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
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.
More Developer Tools MCP servers
๐ ssh-mcp-server
classfangๅบไบ SSH ็ MCP ๆๅก ๐งโโ๏ธใๅทฒ่ขซMCPๅฎๆนๆถๅฝ ๐ใ SSH MCP Server ๐งโโ๏ธ. It has been included in the community MCP repository ๐.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw โ programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor โ designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Comments