MCP.so
Sign In

AI Dev Toolkit

@ReadyPlayerSix

About AI Dev Toolkit

The AI Dev Toolkit is an all-in-one solution for managing Model Context Protocol (MCP) servers and enhancing AI assistants like Claude with advanced development capabilities.

Basic information

Category

Developer Tools

License

MIT license

Runtime

python

Transports

stdio

Publisher

ReadyPlayerSix

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ai-dev-toolkit": {
      "command": "python",
      "args": [
        "install_unified.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is AI Dev Toolkit?

AI Dev Toolkit is an MCP server that enhances Claude Desktop with persistent code context, filesystem access, development tools, and AI-powered task management. It bridges projects and Claude, enabling codebase understanding, development assistance, and context retention across conversations.

How to use AI Dev Toolkit?

Clone the repository, install dependencies with pip install -r requirements.txt, then run python install_unified.py to register the server with Claude Desktop. Use commands like initialize_librarian, find_implementation, add_todo, and think to interact with its tools.

Key features of AI Dev Toolkit

  • AI Librarian for persistent code understanding and search
  • Unified MCP Server combining librarian and file system tools
  • Secure file access with directory management and operations
  • Enhanced code analysis for references, metrics, and related files
  • Task management with tracking, subtasks, and AI extraction
  • TaskBoard System and Think Tool (beta) for asynchronous processing

Use cases of AI Dev Toolkit

  • Help Claude understand a new codebase before starting development
  • Search for functions, classes, or references across a project
  • Manage and track development tasks directly from conversations
  • Automatically extract tasks from discussions with Claude
  • Analyse file structure and metrics for code reviews

FAQ from AI Dev Toolkit

What does the AI Librarian do?

It maintains a comprehensive index of your codebase, remembers code structure across conversations, tracks components like functions and classes, and provides smart search for implementations and references.

What are the prerequisites for installation?

Python 3.8 or higher and the latest version of Claude Desktop are required.

How do I configure the server?

The installation script automatically edits the Claude Desktop configuration file. Its location varies: %APPDATA%\Claude Desktop\claude_desktop_config.json on Windows, ~/Library/Application Support/Claude Desktop/claude_desktop_config.json on macOS.

What should I do if the toolkit doesn't appear in Claude?

Ensure the configuration was saved correctly and restart Claude Desktop. For permission errors, check the allowed directories in the configuration. For connection issues, verify the configuration and restart the server.

What transports and authentication does the server use?

The README mentions "MCP Protocol support" and "Full compliance with Model Context Protocol standards", but does not specify transport details or authentication methods.

Comments

More Developer Tools MCP servers