An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis
Skydeckai code mcp server lets Claude, Cursor and other MCP clients work with Skydeckai Code directly. 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.
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.
Once connected, the assistant can call these 14 tools directly:
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 patterns likeget_active_apps — Returns a list of currently active applications on the user's systemget_available_windows — Returns detailed information about all available windows currently displayed on the user's screencapture_screenshot — Captures a screenshot of the user's screen or a specific windowThe server is distributed via PyPI as uvx, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Skydeckai Code sits in that group, and the shape of its toolset — Category, System, Utility among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| 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": {
"skydeckai-code": {
"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.