MCP server that enhances Claude's reasoning by integrating DeepSeek R1's advanced reasoning engine. Provides tools for complex problem-solving and logical analysis. Connects Claude to DeepSeek R1's API. Useful for developers building AI agents requiring advanced reasoning capabilities.
MCP server that enhances Claude's reasoning by integrating DeepSeek R1's advanced reasoning engine. Provides tools for complex problem-solving and logical analysis. Connects Claude to DeepSeek R1's API. Useful for developers building AI agents requiring advanced reasoning capabilities.
pip install thoughtful-claudeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"martinbowling-thoughtful-claude-github": {
"command": "uvx",
"args": [
"pip install thoughtful-claude"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from thoughtful claude?"
API Key Required
This server requires an API key from thoughtful claude. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| THOUGHTFUL_CLAUDE_API_KEY | Yes | Your thoughtful claude API key |
"What resources are available in thoughtful claude?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in thoughtful claude"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in thoughtful claude with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.