civicnet-mcp-tools

CivikNet/civicnet-mcp-tools
★ 1 stars Unknown language 🔒 Security Updated 10mo ago
CivicNet MCP Tools are a modular set of administrative and developer utilities that make it easy for any community, organization, or contributor to manage, audit, test, and extend their local MCP (Model Context Protocol) server and node.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "civicnet-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "CivikNet/civicnet-mcp-tools"
      ]
    }
  }
}