No more fighting with configs, or managing Docker containers. Magic MCP does it for you. Just connect. That's it.
Use your favorite AI tools with Metorial-hosted MCP servers. No configuration. No complexity. Just magic.
Set up once. Connect whatever, whenever. In two steps.
Connect to more than 600 MCP servers effortlessly with Magic MCP.
Hackernews
Exa
Slack
Google Calendar
Google Drive
Microsoft 365
Neon
Linear
Gmail
Tavily
Notion
Sentry
Firecrawl
Apify
Stripe
Context7
Supabase
Cloudflare Docs
Vercel
Gitlab
Set up your MCP server in 3 clicks. Use any of the 600+ pre-built connections or create your own.
It's as easy as 1-2-3. Select your MCP server, configure it once, and start using it with any tool that supports the Metorial API.
Instantly connect to any tool, data source, or API —
powered by the Metorial serverless MCP platform.
Metorial Connect is open source, and powered by MCP. Inspect the code, deploy it yourself, or contribute to the project.
No more fighting with configs, or managing Docker containers. Magic MCP does it for you. Just connect. That's it.
Use Cursor, Claude Code, OpenAI Codex, or the Metorial APIs and SDKs to connect to Magic MCP. Build with the tools you love, and let Metorial handle the rest.
1import { openai } from '@ai-sdk/openai';2import { metorialAiSdk } from '@metorial-io/ai-sdk';3import { Metorial } from 'metorial';4import { generateText } from 'ai';56let metorial = new Metorial();78metorial.withProviderSession(9 metorialAiSdk,10 { serverDeployments: ['svd_0mc3666xcjIXheRxvzpZzK'] },11 async session => {12 let result = await generateText({13 model: openai('gpt-4o'),14 prompt: 'What is the capital of Indonesia?',15 maxSteps: 10,16 tools: session.tools17 });1819 console.log(result.text);20 }21);
1from metorial import Metorial2from anthropic import Anthropic34metorial = Metorial(api_key="...your-metorial-api-key...")5anthropic = AsyncAnthropic(api_key="...your-anthropic-api-key...")67response = metorial.run(8 query='''Research my 2 PM meeting attendees using Exa,9 create a prep doc in Google Drive,10 and share it in #sales Slack channel.''',11 server_deployments=['google_calendar', 'slack', 'exa', 'google_drive'],12 client=anthropic,13 model="claude-sonnet-4-5-20250929",14 max_steps=25,15 # You can optionally specify which tools to enable.16 # tools: [17 # 'list_events', // Google Calendar18 # 'get_event_details', // Google Calendar19 # 'search_web', // Exa20 # ...21 # ],22)2324print(response)25
claude mcp add --transport http zapier https://mcp.metorial.com/magic/zapier -H "Authorization: Bearer METORIAL_API_KEY"
1// Cursor2{3 "mcpServers": {4 "github": {5 "url": "https://mcp.metorial.com/magic/github",6 "headers": {7 "Authorization": "Bearer METORIAL_API_KEY"8 }9 }10 }11}
1// Gemini CLI2{3 "mcpServers": {4 "linear": {5 "httpUrl": "https://mcp.metorial.com/magic/linear",6 "trust": true,7 "headers": {8 "Authorization": "Bearer METORIAL_API_KEY"9 }10 }11 }12}
Metorial is a powerful AI integration platform that is designed to make it easy to build advanced agentic AI applications.
That's why we are the platform of choice for developers, data scientists, and SAAS businesses.
Fast response times
Secret vault
Error handling
Detailed logging and tracing
No MCP connection timeouts
First class SDKs
Built for developers
Get started in minutes
Serverless MCP servers
Usage based pricing
Open source
Based on the MCP standard