This MCP server provides a set of tools that support AI-driven Development workflows.
Connect MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. This MCP server provides a set of tools that support AI-driven Development workflows. The mcp mcp server is what makes that connection.
An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, code execution, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks by providing direct access to both local and remote resources.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Category — Tool NameSystem — get_system_infoUtility — batch_toolsTodo — todo_readdescription — stringsequential — booleaninvocations — arrayedit_file — The edit_file tool exposed by this serverdirectory_tree — The directory_tree tool exposed by this servercodebase_mapper — The codebase_mapper tool exposed by this serversearch_code — This tool uses ripgrep when available for optimal performance, with a Python fallback implementation. It's ideal for finding specific code patternsget_active_apps — Returns a list of currently active applications on the user's systemInstallation goes through your MCP client rather than a global install: point it at uvx on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP's toolset — Category, System, Utility and 11 more — is a fair guide to whether it matches your workflow.
This entry was verified against MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Category | Tool Name |
| System | get_system_info |
| Utility | batch_tools |
| Todo | todo_read |
| description | string |
| sequential | boolean |
| invocations | array |
| edit_file | The edit_file tool exposed by this server. |
| directory_tree | The directory_tree tool exposed by this server. |
| codebase_mapper | The codebase_mapper tool exposed by this server. |
| search_code | This tool uses ripgrep when available for optimal performance, with a Python fallback implementation. It's ideal for finding specific code patterns like function declarations, imports, variable usages, or error handling. |
| get_active_apps | Returns a list of currently active applications on the user's system. |
| get_available_windows | Returns detailed information about all available windows currently displayed on the user's screen. |
| capture_screenshot | Captures a screenshot of the user's screen or a specific window. |
{
"mcpServers": {
"server-aidd": {
"command": "uvx",
"args": ["uvx"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.