2O
Rank #6,306io.github.russellshen1992/2o
MCP server providing 2o capabilities
2O is a Model Context Protocol (MCP) server published by russellshen1992. It ranks #6,306 of 132,046 servers tracked on MCP Toplist, and its repository has 42 GitHub stars. 2O is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 125,740 of 132,046 servers on MCP Toplist.
Use 2O
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http 2o https://www.2oapi.xyz/api/mcpclaude mcp add 2o -- npx -y @russellshen1992/2o-mcp[mcp_servers.2o]
url = "https://www.2oapi.xyz/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.2o]
command = "npx"
args = ["-y", "@russellshen1992/2o-mcp"]Add to ~/.codex/config.toml.
https://www.2oapi.xyz/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"2o": {
"command": "npx",
"args": [
"-y",
"@russellshen1992/2o-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"2o": {
"url": "https://www.2oapi.xyz/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"2o": {
"command": "npx",
"args": [
"-y",
"@russellshen1992/2o-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"2o": {
"type": "http",
"url": "https://www.2oapi.xyz/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"2o": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@russellshen1992/2o-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"2o": {
"serverUrl": "https://www.2oapi.xyz/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"2o": {
"command": "npx",
"args": [
"-y",
"@russellshen1992/2o-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"2o": {
"url": "https://www.2oapi.xyz/api/mcp"
}
}
}{
"mcpServers": {
"2o": {
"command": "npx",
"args": [
"-y",
"@russellshen1992/2o-mcp"
]
}
}
}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.russellshen1992%2F2o)<a href="https://mcptoplist.com/server/io.github.russellshen1992%2F2o"><img src="https://mcptoplist.com/badge/io.github.russellshen1992%2F2o.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
russellshen1992
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains 2O?
- 2O is maintained by russellshen1992, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is 2O listed on the Official MCP Registry?
- Yes — 2O is listed on the Official MCP Registry.
- How many versions does 2O have?
- MCP Toplist tracks 2 versions of 2O, most recently published on Mar 10, 2026.
- Where can I find the source code for 2O?
- The source code for 2O is hosted at github.com/russellshen1992/2o.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.