What is the com.munimind/munimind-mcp MCP server?
Query 2,500+ NYC civic datasets (zoning, deeds, permits, violations, meetings) via Claude.
How to install com.munimind/munimind-mcp
Copy-paste configuration for popular MCP clients.
MUNIMIND_API_KEYsecretMuniMind API key from https://munimind.com/developers — first 5,000 credits free
MUNIMIND_API_BASE_URLOverride API base URL (defaults to https://api.munimind.com)
{
"mcpServers": {
"munimind-mcp": {
"command": "uvx",
"args": [
"munimind-mcp"
],
"env": {
"MUNIMIND_API_KEY": "<YOUR_MUNIMIND_API_KEY>",
"MUNIMIND_API_BASE_URL": "<YOUR_MUNIMIND_API_BASE_URL>"
}
}
}
}{
"mcpServers": {
"munimind-mcp": {
"command": "uvx",
"args": [
"munimind-mcp"
],
"env": {
"MUNIMIND_API_KEY": "<YOUR_MUNIMIND_API_KEY>",
"MUNIMIND_API_BASE_URL": "<YOUR_MUNIMIND_API_BASE_URL>"
}
}
}
}{
"mcpServers": {
"munimind-mcp": {
"command": "uvx",
"args": [
"munimind-mcp"
],
"env": {
"MUNIMIND_API_KEY": "<YOUR_MUNIMIND_API_KEY>",
"MUNIMIND_API_BASE_URL": "<YOUR_MUNIMIND_API_BASE_URL>"
}
}
}
}{
"servers": {
"munimind-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"munimind-mcp"
],
"env": {
"MUNIMIND_API_KEY": "<YOUR_MUNIMIND_API_KEY>",
"MUNIMIND_API_BASE_URL": "<YOUR_MUNIMIND_API_BASE_URL>"
}
}
}
}claude mcp add munimind-mcp --env MUNIMIND_API_KEY=<YOUR_MUNIMIND_API_KEY> --env MUNIMIND_API_BASE_URL=<YOUR_MUNIMIND_API_BASE_URL> -- uvx munimind-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.