A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"serena": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-serena"
]
}
}
}