Anthropic

Connect Integrations to
Anthropic

Build advanced AI agents with Anthropic. Connect 600+ integrations, automate workflows, and deploy with ease using Metorial.

Back to Anthropic overview

How to Get Your Metorial API Key

Your Metorial API key authenticates your application and gives you access to all deployed integrations.

Creating Your API Key

  1. Log in to your Metorial account at metorial.com

  2. Navigate to Settings from your dashboard

  3. Go to API Keys section in the sidebar

  4. Click "Create New API Key"

  5. Name your key (e.g., "Production App" or "Development")

  6. Copy the key immediately — it will only be shown once for security reasons

  7. Store it securely in your environment variables

Using Your API Key

Never hardcode your API key in your source code. Instead, use environment variables:

// .env
METORIAL_API_KEY=your_api_key_here
// In your code
import { Metorial } from 'metorial';

const metorial = new Metorial({
  apiKey: process.env.METORIAL_API_KEY
});

Best Practices

  • Use separate keys for development and production environments
  • Rotate keys regularly for enhanced security
  • Revoke compromised keys immediately from the dashboard
  • Never commit keys to version control (add .env to .gitignore)

Revoking API Keys

If a key is compromised or no longer needed:

  1. Go to Settings → API Keys
  2. Find the key in your list
  3. Click "Revoke" next to the key
  4. Confirm the revocation

Any applications using the revoked key will immediately lose access.

Anthropic on Metorial

Integrate Anthropic Claude with Metorial to give your AI agents access to over 600 powerful integrations through the Model Context Protocol (MCP). Our open-source platform is purpose-built for developers creating intelligent applications with Claude, Anthropic's advanced language model. With Metorial's Python and TypeScript SDKs, connecting Claude to calendars, CRMs, databases, project management tools, and hundreds of other services takes just a couple of lines of code. Stop spending days building custom integrations—Metorial handles authentication, API calls, and data formatting automatically so you can focus on crafting intelligent agent behaviors and user experiences. Whether you're building customer support bots, research assistants, or workflow automation with Claude, Metorial provides the integration infrastructure you need. Our MCP-native approach ensures your Anthropic-powered agents can interact with the tools your users already depend on, creating more valuable and practical AI solutions that integrate seamlessly into existing workflows.

Connect anything. Anywhere.

Ready to build with Metorial?

Let's take your AI-powered applications to the next level, together.

About Metorial

Metorial provides developers with instant access to 600+ MCP servers for building AI agents that can interact with real-world tools and services. Built on MCP, Metorial simplifies agent tool integration by offering pre-configured connections to popular platforms like Google Drive, Slack, GitHub, Notion, and hundreds of other APIs. Our platform supports all major AI agent frameworks—including LangChain, AutoGen, CrewAI, and LangGraph—enabling developers to add tool calling capabilities to their agents in just a few lines of code. By eliminating the need for custom integration code, Metorial helps AI developers move from prototype to production faster while maintaining security and reliability. Whether you're building autonomous research agents, customer service bots, or workflow automation tools, Metorial's MCP server library provides the integrations you need to connect your agents to the real world.

Star us on GitHub