OpenClaw MCP Server
Rank #2,187io.github.freema/openclaw-mcp
MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.
OpenClaw MCP Server is a Model Context Protocol (MCP) server published by freema. It ranks #2,187 of 115,460 servers tracked on MCP Toplist, and its repository has 183 GitHub stars. OpenClaw MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Feb 7, 2026 and most recently updated on Jul 26, 2026.
Ranks ahead of 113,273 of 115,460 servers on MCP Toplist.
Use OpenClaw MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add openclaw-mcp -e "OPENCLAW_URL=<your OPENCLAW_URL>" -e "OPENCLAW_GATEWAY_TOKEN=<your OPENCLAW_GATEWAY_TOKEN>" -e "OPENCLAW_MODEL=<your OPENCLAW_MODEL>" -e "OPENCLAW_TIMEOUT_MS=<your OPENCLAW_TIMEOUT_MS>" -- npx -y openclaw-mcpReplace each placeholder with your own value before saving.
claude mcp add openclaw-mcp -e "OPENCLAW_URL=<your OPENCLAW_URL>" -e "OPENCLAW_GATEWAY_TOKEN=<your OPENCLAW_GATEWAY_TOKEN>" -e "OPENCLAW_MODEL=<your OPENCLAW_MODEL>" -- docker run -i --rm ghcr.io/freema/openclaw-mcp:1.7.0Replace each placeholder with your own value before saving.
[mcp_servers.openclaw-mcp]
command = "npx"
args = ["-y", "openclaw-mcp"]
[mcp_servers.openclaw-mcp.env]
OPENCLAW_URL = "<your OPENCLAW_URL>"
OPENCLAW_GATEWAY_TOKEN = "<your OPENCLAW_GATEWAY_TOKEN>"
OPENCLAW_MODEL = "<your OPENCLAW_MODEL>"
OPENCLAW_TIMEOUT_MS = "<your OPENCLAW_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.openclaw-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/freema/openclaw-mcp:1.7.0"]
[mcp_servers.openclaw-mcp.env]
OPENCLAW_URL = "<your OPENCLAW_URL>"
OPENCLAW_GATEWAY_TOKEN = "<your OPENCLAW_GATEWAY_TOKEN>"
OPENCLAW_MODEL = "<your OPENCLAW_MODEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>",
"OPENCLAW_TIMEOUT_MS": "<your OPENCLAW_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openclaw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/freema/openclaw-mcp:1.7.0"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>",
"OPENCLAW_TIMEOUT_MS": "<your OPENCLAW_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openclaw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/freema/openclaw-mcp:1.7.0"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openclaw-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>",
"OPENCLAW_TIMEOUT_MS": "<your OPENCLAW_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"openclaw-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/freema/openclaw-mcp:1.7.0"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>",
"OPENCLAW_TIMEOUT_MS": "<your OPENCLAW_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openclaw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/freema/openclaw-mcp:1.7.0"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>",
"OPENCLAW_TIMEOUT_MS": "<your OPENCLAW_TIMEOUT_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openclaw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/freema/openclaw-mcp:1.7.0"
],
"env": {
"OPENCLAW_URL": "<your OPENCLAW_URL>",
"OPENCLAW_GATEWAY_TOKEN": "<your OPENCLAW_GATEWAY_TOKEN>",
"OPENCLAW_MODEL": "<your OPENCLAW_MODEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.freema%2Fopenclaw-mcp)<a href="https://mcptoplist.com/server/io.github.freema%2Fopenclaw-mcp"><img src="https://mcptoplist.com/badge/io.github.freema%2Fopenclaw-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
freema
Other servers by freema
- mcp-gsheets#1,420 · 3 vers
- mcp-jira-stdio#4,891 · 2 vers
- MCP Design System Extractor#5,361 · 1 ver
- pixelforge-mcp#22,789 · 3 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.7.0 | Jul 26, 2026 |
| 1.5.0 | May 26, 2026 |
| 1.4.1 | Apr 25, 2026 |
Frequently asked questions
- Who maintains OpenClaw MCP Server?
- OpenClaw MCP Server is maintained by freema, which publishes 5 MCP servers (12 total versions) tracked on MCP Toplist.
- Is OpenClaw MCP Server listed on the Official MCP Registry?
- Yes — OpenClaw MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does OpenClaw MCP Server have?
- MCP Toplist tracks 3 versions of OpenClaw MCP Server, most recently published on Jul 26, 2026.
- Where can I find the source code for OpenClaw MCP Server?
- The source code for OpenClaw MCP Server is hosted at github.com/freema/openclaw-mcp.