obot-admin-mcp
An MCP server that lets an MCP client manage a self-hosted obot MCP gateway via its REST API.
README
obot-admin-mcp
An MCP server that lets an MCP client (claude.ai, Claude Desktop, etc.) manage a self-hosted obot MCP gateway via its REST API. Use it to install, list, inspect, and remove MCP servers in obot from inside the chat client.
Why
obot exposes each registered MCP server as https://<obot-host>/mcp-connect/<id>. To install a new MCP server you normally hit obot's REST API or its admin UI. This package wraps the relevant endpoints as MCP tools, so once you register obot-admin-mcp in obot itself and wire its connectURL into claude.ai, you can ask Claude to "install the n8n MCP" or "list everything obot has" and it just works.
Tools
list_mcp_servers— id, name, runtime, configured-state,connectURL.get_mcp_server(id)— full manifest, env, missing required vars.add_npx_mcp(name, package, env?, sensitiveKeys?, shortDescription?, alias?)— install an npm-published stdio MCP. Auto-calls/configureif env is supplied.add_remote_mcp(name, url, shortDescription?, alias?)— register a remote HTTP/SSE MCP.delete_mcp_server(id)— remove an MCP from obot.configure_mcp_server(id, env)— set runtime env values on an existing server (fillsmissingRequiredEnvVars).list_catalog_entries(search?)— browse obot's catalog (default 81 entries).
Configuration
Two env vars:
| Var | Required | Notes |
|---|---|---|
OBOT_URL |
yes | Base URL of your obot, e.g. https://obot.example.com |
OBOT_TOKEN |
yes | obot bootstrap or admin token |
Run locally (Claude Desktop / dev)
Install direct from this repo (no npm publish required — built dist/ is committed):
{
"mcpServers": {
"obot-admin": {
"command": "npx",
"args": ["-y", "github:kiarashedraki/obot-admin-mcp"],
"env": {
"OBOT_URL": "https://obot.example.com",
"OBOT_TOKEN": "<your-token>"
}
}
}
}
Register inside obot (the meta loop)
curl -X POST "$OBOT_URL/api/mcp-servers" \
-H "Authorization: Bearer $OBOT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"manifest": {
"name": "obot-admin",
"shortDescription": "Manage obot itself",
"runtime": "npx",
"npxConfig": { "package": "github:kiarashedraki/obot-admin-mcp" },
"env": [
{ "key": "OBOT_URL", "value": "https://obot.example.com", "required": true, "sensitive": false },
{ "key": "OBOT_TOKEN", "value": "<token>", "required": true, "sensitive": true }
]
},
"alias": "obot-admin"
}'
The response includes connectURL — paste that into claude.ai → Settings → Connectors → Add custom connector.
Security
The bootstrap/admin token gives full control of obot, which mounts the host docker socket. Treat the token like a root credential. Do not register obot-admin-mcp on a shared/multi-tenant obot without an additional auth wall (e.g., Cloudflare Access in front of obot-connect/<id>).
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。