MadCop — local-first AI agent desktop workstation (v0.9). Multi-model chat, tool-use, MCP servers, 12 workflow modes, knowledge base, AI design tool, persistent workspace.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"madcop": {
"command": "uvx",
"args": [
"madcop"
]
}
}
}
Run in terminal:
claude mcp add madcop uvx madcop
Add to .cursor/mcp.json:
{
"mcpServers": {
"madcop": {
"command": "uvx",
"args": [
"madcop"
]
}
}
}
Or install with pip: pip install madcop