{"type":"mcp_server","name":"ida-mcp-server","description":"The IDA MCP Server repository provides a Model Context Protocol server for IDA interaction and automation, enabling Large Language Models to read IDA databases. It's currently under development and offers","category":"Developer Tools","language":"Python","stars":543,"forks":34,"owner":"MxIris-Reverse-Engineering","github_url":"https://github.com/MxIris-Reverse-Engineering/ida-mcp-server","homepage":null,"setup":"## Setup\n\n### Using uv (recommended)\nWhen using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed; use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *mcp-server-ida*.\n\n### Using PIP\nAlternatively install `mcp-server-ida` via pip:\n\n```\npip install mcp-server-ida\n```\n\nAfter installation, run it as a script using:\n\n```\npython -m mcp_server_ida\n```\n\n### IDA-Side\nCopy `repository/plugin/ida_mcp_server_plugin.py` and `repository/plugin/ida_mcp_server_plugin` directory into IDAs plugin directory:\n\nWindows: `%APPDATA%\\Hex-Rays\\IDA Pro\\plugins`\n\nLinux/macOS: `$HOME/.idapro/plugins` eg: `~/.idapro/plugins`\n\n[igors-tip-of-the-week-103-sharing-plugins-between-ida-installs](https://hex-rays.com/blog/igors-tip-of-week-103-sharing-plugins-between-ida-installs)\n\n### Usage with Claude Desktop\nAdd the following to your `claude_desktop_config.json`:\n\n<details>\n<summary>Using uvx</summary>\n\n```json\n\"mcpServers\": {\n  \"git\": {\n    \"command\": \"uvx\",\n    \"args\": [\n        \"mcp-server-ida\"\n    ]\n  }\n}\n```\n</details>\n\n<details>\n<summary>Using pip installation</summary>\n\n```json\n\"mcpServers\": {\n  \"git\": {\n    \"command\": \"python\",\n    \"args\": [\n        \"-m\", \n        \"mcp_server_ida\"\n    ]\n  }\n}\n```\n</details>","tools":"## Available Tools\n\n1.  Model Context Protocol server (for IDA interaction and automation).\n2.  Tools to read IDA database (via Large Language Models).\n3.  MCP inspector (for debugging the server).\n","faq":null,"created_at":"2025-03-12T16:40:35+00:00","updated_at":"2025-03-28T22:19:22+00:00","source_url":"https://model-context-protocol.com/servers/ida-model-context-protocol-server-automation","related_articles":[]}