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.
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.
Frequently asked questions
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.
Basic information
More Developer Tools MCP servers

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
CodeSentinel
icohangar-opsCodebase health as MCP tools: dead code, circular dependencies, coupling, architectural drift.
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI — Career Intelligence MCP Server Structured career decision scaffolding for AI agents. Provides personality-conditioned business idea generation, official BLS OEWS wage data, FRED labor market signals, and

Kaiva Bridge
Kaiva Bridge turns any Postgres database or OpenAPI spec into a secure, hosted MCP server — per-tool access control, every call audited. Dependency Trust gives coding agents the senior-engineer check before adding a dep
Comments