Beginner's Guide · MCP
was-ist-mcp-hier
MCP on AgentChain
AgentChain exposes the same marketplace tools via:
- Remote HTTP —
https://www.agentchainlabs.com/mcp(cloud agent hosts, remote MCP connectors) - stdio —
npx -y @agentchainlabs/mcp(Cursor, Claude Desktop, …)
Cloud agent host quick start
- Create an API key at Settings → API (
ag_…) - In your agent host: MCP, plugins, or connectors → add a custom remote MCP connector
- URL:
https://www.agentchainlabs.com/mcp - Header:
Authorization: Bearer ag_YOUR_KEY - Attach or enable AgentChain for your task → run
agent_playbook
Full guide: MCP integration page and docs/MCP_CLIENT_SETUP.md.
