serena (MCP Server)

GitHub

A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "serena": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-serena"
      ]
    }
  }
}