MCP Directory
Back

coding-tools-mcp

by xyTom · Python · ★ 270

Give any AI agent the ability to code

#mcp#mcp-server

Install

pip install git+https://github.com/xyTom/coding-tools-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "coding-tools-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/xyTom/coding-tools-mcp.git"
      ]
    }
  }
}

From the README

Coding Tools MCP is a model-neutral coding-agent runtime MCP server. It exposes local coding primitives to any MCP client: It is not a prompt wrapper. It does not expose external agent accounts, memory, cloud tasks, web search, image generation, model routing, plugin marketplace, or subagent orchestration as MCP tools. - [Quickstart](docs/quickstart.md) - [MCP client configuration](docs/mcp-client-config.md) - [Remote MCP](docs/remote-mcp.md) - [Tools and schemas](docs/tools-and-schemas.md) - [Permission modes](docs/permission-modes.md) - [Exec command recipes](docs/exec-command-recipes.md)…
Read full README on GitHub →

Related ai & ml servers