Build advanced AI agents with Anthropic. Connect 600+ integrations, automate workflows, and deploy with ease using Metorial.
Server deployments are how you configure which integrations your AI agents can access through Metorial.
A server deployment is a collection of MCP servers (integrations) that you've configured and deployed in your Metorial account. Each deployment has a unique ID that you reference in your code.
Log in to Metorial and navigate to your dashboard
Click "New Deployment" or go to the Deployments section
Select integrations you want to include (e.g., Google Calendar, Slack, Notion)
Configure authentication for each integration (OAuth, API keys, etc.)
Name your deployment (e.g., "Production Integrations")
Copy the deployment ID to use in your code
Pass your deployment ID when creating a session:
await metorial.withProviderSession(
metorialAISDK,
{ serverDeployments: ['your-deployment-id'] },
async (session) => {
// Your AI SDK code here
// session.tools contains all tools from this deployment
}
);
You can use multiple deployments simultaneously:
serverDeployments: [
'deployment-id-1', // e.g., Google Workspace tools
'deployment-id-2' // e.g., CRM tools
]
This gives your agent access to all integrations from both deployments.
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.
Let's take your AI-powered applications to the next level, together.
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.