What is the Nora MCP server?
Operate your self-hosted Nora agent fleet from MCP clients.
How to install Nora
Copy-paste configuration for popular MCP clients.
NORA_API_URLrequiredBase URL of your Nora backend API (e.g. https://nora.example.com). Falls back to NORA_HOST, then the Nora CLI config at ~/.nora/config.json.
NORA_API_KEYrequiredsecretNora workspace API key (nora_…) used to authenticate against the Nora public REST API. Falls back to NORA_TOKEN, then the Nora CLI config.
NORA_MCP_ALLOW_DESTRUCTIVESet to "true" to enable destructive tools (e.g. delete_agent). Disabled by default.
{
"mcpServers": {
"nora": {
"command": "npx",
"args": [
"-y",
"@noraai/mcp-server"
],
"env": {
"NORA_API_URL": "<YOUR_NORA_API_URL>",
"NORA_API_KEY": "<YOUR_NORA_API_KEY>",
"NORA_MCP_ALLOW_DESTRUCTIVE": "<YOUR_NORA_MCP_ALLOW_DESTRUCTIVE>"
}
}
}
}{
"mcpServers": {
"nora": {
"command": "npx",
"args": [
"-y",
"@noraai/mcp-server"
],
"env": {
"NORA_API_URL": "<YOUR_NORA_API_URL>",
"NORA_API_KEY": "<YOUR_NORA_API_KEY>",
"NORA_MCP_ALLOW_DESTRUCTIVE": "<YOUR_NORA_MCP_ALLOW_DESTRUCTIVE>"
}
}
}
}{
"mcpServers": {
"nora": {
"command": "npx",
"args": [
"-y",
"@noraai/mcp-server"
],
"env": {
"NORA_API_URL": "<YOUR_NORA_API_URL>",
"NORA_API_KEY": "<YOUR_NORA_API_KEY>",
"NORA_MCP_ALLOW_DESTRUCTIVE": "<YOUR_NORA_MCP_ALLOW_DESTRUCTIVE>"
}
}
}
}{
"servers": {
"nora": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@noraai/mcp-server"
],
"env": {
"NORA_API_URL": "<YOUR_NORA_API_URL>",
"NORA_API_KEY": "<YOUR_NORA_API_KEY>",
"NORA_MCP_ALLOW_DESTRUCTIVE": "<YOUR_NORA_MCP_ALLOW_DESTRUCTIVE>"
}
}
}
}claude mcp add nora --env NORA_API_URL=<YOUR_NORA_API_URL> --env NORA_API_KEY=<YOUR_NORA_API_KEY> --env NORA_MCP_ALLOW_DESTRUCTIVE=<YOUR_NORA_MCP_ALLOW_DESTRUCTIVE> -- npx -y @noraai/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.