Run any MCP server instantly.
No setup required.

Use your favorite AI tools with Metorial-hosted MCP servers. No configuration. No complexity. Just magic.

MCP that feels like magic.

Set up once. Connect whatever, whenever. In two steps.

Connect Anything

Thousands of connections.
Available instantly.

Connect to more than 600 MCP servers effortlessly with Magic MCP.

1 - 2 - 3 - Connect

Set up your MCP server in 3 clicks. Use any of the 1000+ pre-built connections or create your own.

Use to Metorial API or connect Cursor, Windsurf, Claude Code, and more.

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.

Powered by MCP

Instantly connect to any tool, data source, or API —
powered by the Metorial serverless MCP platform.

Dropbox, Notion, Google Drive, and more

Open source. Built on standards.

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.

Vibe code or just code.
Metorial supports your style.

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';
5
6let metorial = new Metorial();
7
8metorial.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.tools
17 });
18
19 console.log(result.text);
20 }
21);
1from metorial import Metorial
2from anthropic import Anthropic
3
4metorial = Metorial(api_key="...your-metorial-api-key...")
5anthropic = AsyncAnthropic(api_key="...your-anthropic-api-key...")
6
7response = 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 Calendar
18 # 'get_event_details', // Google Calendar
19 # 'search_web', // Exa
20 # ...
21 # ],
22)
23
24print(response)
25
claude mcp add --transport http zapier https://mcp.metorial.com/magic/zapier -H "Authorization: Bearer METORIAL_API_KEY"
1// Cursor
2{
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 CLI
2{
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}

Packed with Features

Metorial is a powerful AI integration platform that is designed to make it easy to build advanced agentic AI applications.

Fast response times

Secret vault

Error handling

Detailed logging and tracing

No MCP connection timeouts

First class SDKs

Ready to build with Metorial?

Connect AI to  

Built for developers

Get started in minutes

Serverless MCP servers

Usage based pricing

Open source

Based on the MCP standard

Star us on GitHub