profClaw MCP server: connecting to Claude Desktop and Cursor #42
thegdsks
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
profClaw ships an MCP (Model Context Protocol) server so you can use it as a tool provider in other AI apps.
What this means
If you use Claude Desktop, Cursor, or any MCP-compatible client, you can connect profClaw as a backend. Your AI assistant gets access to profClaw's 72 tools, task management, and project context.
Setup
Add to your Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.json):{ "mcpServers": { "profclaw": { "command": "profclaw", "args": ["mcp"] } } }Or connect via SSE for remote instances:
{ "mcpServers": { "profclaw": { "url": "http://localhost:3000/mcp/sse" } } }Available tools
The MCP server exposes task logging, completion tracking, and token usage reporting. Claude Desktop can then create tickets, check task status, and report costs through profClaw.
This works with any MCP client, not just Claude Desktop. Cursor, Windsurf, and other editors that support MCP can connect the same way.
Beta Was this translation helpful? Give feedback.
All reactions