11agents Cloud MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@11agents Cloud MCPSummarize the project's analytics for the last 7 days."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
11agents Cloud MCP
Connect AI agents to a project-scoped growth workspace through one hosted Model Context Protocol server. The server exposes 25 tools for project knowledge, structured data, analytics, research, planning, media generation, short-drama intelligence, reports, and skill synchronization.
Connect
MCP endpoint:
https://app.11agents.ai/mcpTransport: Streamable HTTP
Authentication:
Authorization: Bearer <project token>Discovery:
https://app.11agents.ai/.well-known/mcp.json
Create or open a project at 11agents, open its MCP page, and copy the project token. Keep the token secret: it grants access to that project's MCP tools and data.
Use this generic remote-server configuration in clients that accept MCP JSON:
{
"mcpServers": {
"11agents": {
"type": "streamable-http",
"url": "https://app.11agents.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_PROJECT_TOKEN"
}
}
}
}Client configuration formats differ. If a client has separate URL and header fields, use the endpoint above and add the Authorization header exactly as shown.
Related MCP server: TokenHub MCP
Capabilities
Area | Tools |
Project knowledge and data |
|
Advertising and analytics |
|
Planning |
|
SEO and AI visibility research |
|
Image and audio generation |
|
Short-drama intelligence and reports |
|
Agent skill sync |
|
The server returns only tools available to the authenticated project. Some write, paid-provider, or publishing actions may require project permissions or approval.
Security and support
Never commit a project token or paste it into a public issue.
All requests are scoped by the supplied project token.
Privacy: 11agents Privacy Policy
Terms: 11agents Terms of Service
Security and support: mguozhen03@gmail.com
This repository contains public metadata and connection documentation for the hosted server. The production service remains hosted and maintained by 11agents.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server providing tools for DB queries, API calls, file I/O, and text transformations, enabling AI agents like Claude to perform real-world actions.Last updated10MIT
- AlicenseBqualityCmaintenanceA production-packaged Model Context Protocol server for coding agents that routes large file, git, web, database, and other tasks through token-budgeted tools and workflows.Last updated6271MIT
- Alicense-qualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.Last updatedMIT
- Alicense-qualityBmaintenanceProduction-ready MCP server providing RAG, hierarchical memory, and 8+ tools for AI agents via the Model Context Protocol.Last updated40Apache 2.0
Related MCP Connectors
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/11Agents/11agents-cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server