Go MCP servers for various services. Each server communicates over stdio.
Pre-built binaries for macOS, Windows, and Linux are available from Releases.
make build
Binaries are written to bin/.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"workflowy": {
"command": "/path/to/workflowy-mcp",
"env": { "WORKFLOWY_API_TOKEN": "<your-token>" }
},
"manifold": {
"command": "/path/to/manifold-mcp",
"env": { "MANIFOLD_API_KEY": "<your-key>" }
}
}
}claude mcp add workflowy -- env WORKFLOWY_API_TOKEN=<your-token> /path/to/workflowy-mcp
claude mcp add manifold -- env MANIFOLD_API_KEY=<your-key> /path/to/manifold-mcp
Search, read, create, and organize Workflowy nodes including move, complete, and delete operations.
WORKFLOWY_API_TOKEN=<your-token> bin/workflowy-mcp
Get your API token from workflowy.com/api-key.
Search and read prediction markets, place bets and limit orders, create and resolve markets, and comment.
MANIFOLD_API_KEY=<your-key> bin/manifold-mcp
Get your API key from your Manifold account settings.