0Pi
Rank #607io.github.dizzydes/0pi
MCP server providing 0pi capabilities
0Pi is a Model Context Protocol (MCP) server published by dizzydes. It ranks #607 of 115,460 servers tracked on MCP Toplist, and its repository has 1,366 GitHub stars. 0Pi is listed on Official MCP, with 4 tracked versions. It was first listed on Mar 13, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 114,853 of 115,460 servers on MCP Toplist.
Use 0Pi
claude mcp add 0pi -e "OPI_API_URL=<your OPI_API_URL>" -e "OPI_LOG_DIR=<your OPI_LOG_DIR>" -- npx -y @0pi/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.0pi]
command = "npx"
args = ["-y", "@0pi/mcp-server"]
[mcp_servers.0pi.env]
OPI_API_URL = "<your OPI_API_URL>"
OPI_LOG_DIR = "<your OPI_LOG_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"0pi": {
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
],
"env": {
"OPI_API_URL": "<your OPI_API_URL>",
"OPI_LOG_DIR": "<your OPI_LOG_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"0pi": {
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
],
"env": {
"OPI_API_URL": "<your OPI_API_URL>",
"OPI_LOG_DIR": "<your OPI_LOG_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"0pi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
],
"env": {
"OPI_API_URL": "<your OPI_API_URL>",
"OPI_LOG_DIR": "<your OPI_LOG_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"0pi": {
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
],
"env": {
"OPI_API_URL": "<your OPI_API_URL>",
"OPI_LOG_DIR": "<your OPI_LOG_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"0pi": {
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
],
"env": {
"OPI_API_URL": "<your OPI_API_URL>",
"OPI_LOG_DIR": "<your OPI_LOG_DIR>"
}
}
}
}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.dizzydes%2F0pi)<a href="https://mcptoplist.com/server/io.github.dizzydes%2F0pi"><img src="https://mcptoplist.com/badge/io.github.dizzydes%2F0pi.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dizzydes
Other servers by dizzydes
View all dizzydes servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.3 | Mar 13, 2026 |
| 1.0.2 | Mar 13, 2026 |
| 1.0.1 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains 0Pi?
- 0Pi is maintained by dizzydes, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is 0Pi listed on the Official MCP Registry?
- Yes — 0Pi is listed on the Official MCP Registry.
- How many versions does 0Pi have?
- MCP Toplist tracks 4 versions of 0Pi, most recently published on Mar 13, 2026.
- Where can I find the source code for 0Pi?
- The source code for 0Pi is hosted at github.com/dizzydes/botbox.