loading…
Search for a command to run...
loading…
A Cloudflare Worker that wraps the Capacities API as a remote MCP server, enabling Claude on any device to interact with your Capacities knowledge base.
A Cloudflare Worker that wraps the Capacities API as a remote MCP server, enabling Claude on any device to interact with your Capacities knowledge base.
A Cloudflare Worker that wraps the Capacities API as a remote MCP server. Connect Claude on any device -- iPhone, web, desktop, Claude Code -- to your Capacities knowledge base.
The community capacities-mcp package runs locally (stdio transport).
That works for Claude Code and Claude Desktop, but not for claude.ai (web)
or Claude on iOS/Android, which require a remote MCP server over HTTPS.
This Worker is that remote bridge.
Claude (web / iOS / Desktop / Code)
|
| HTTPS (Streamable HTTP or SSE)
v
CF Worker (this project)
|
| HTTPS + Bearer token
v
Capacities API (api.capacities.io)
cd capacities-mcp-worker
npm install
npx wrangler secret put CAPACITIES_API_KEY
# paste your key from Capacities Settings > API
npm run deploy
Wrangler prints your URL, e.g.:
https://capacities-mcp.<you>.workers.dev
curl https://capacities-mcp.<you>.workers.dev/health
# {"status":"ok","service":"capacities-mcp"}
https://capacities-mcp.<you>.workers.dev/mcpThe connector syncs to your iPhone Claude app automatically.
Add to your Claude Desktop config:
{
"mcpServers": {
"capacities": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://capacities-mcp.<you>.workers.dev/sse"]
}
}
}
claude mcp add capacities \
--transport sse \
--url https://capacities-mcp.<you>.workers.dev/sse
Or keep using the local capacities-mcp package for Claude Code (faster,
no network hop).
| Tool | Description |
|---|---|
capacities_list_spaces |
List all your spaces |
capacities_get_space_info |
Get structures, collections, properties for a space |
capacities_search |
Search content by keyword (title or full-text) |
capacities_save_weblink |
Save a URL with tags, description, markdown notes |
capacities_save_to_daily_note |
Append markdown to today's daily note |
capacities_create_object |
Create any object type (page, custom types, etc.) |
To add a simple bearer token gate, set a secret:
npx wrangler secret put MCP_AUTH_KEY
Then uncomment the auth check in src/index.ts.
Выполни в терминале:
claude mcp add capacities-mcp-worker -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai