Back to MCP Servers
🔌

oraios/serena

MIT

🐍 🏠 - A fully-featured coding agent that relies on symbolic code operations by using language servers.

PythonAI & LLMs

Install

npx -y oraios-serena

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "oraios-serena": {
      "command": "npx",
      "args": [
        "-y",
        "oraios-serena"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.