Ofs MCP
Rank #51,609io.github.mansurjisan/ofs-mcp
MCP server providing ofs-mcp capabilities
Ofs MCP is a Model Context Protocol (MCP) server published by mansurjisan. It ranks #51,609 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Ofs MCP is listed on Official MCP, with 1 tracked version. It was first listed on Feb 21, 2026 and most recently updated on Feb 21, 2026.
Ranks ahead of 63,851 of 115,460 servers on MCP Toplist.
Use Ofs MCP
claude mcp add ofs-mcp -- uvx ofs-mcp[mcp_servers.ofs-mcp]
command = "uvx"
args = ["ofs-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ofs-mcp": {
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ofs-mcp": {
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ofs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ofs-mcp": {
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ofs-mcp": {
"command": "uvx",
"args": [
"ofs-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.mansurjisan%2Fofs-mcp)<a href="https://mcptoplist.com/server/io.github.mansurjisan%2Fofs-mcp"><img src="https://mcptoplist.com/badge/io.github.mansurjisan%2Fofs-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mansurjisan
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Feb 21, 2026 |
Frequently asked questions
- Who maintains Ofs MCP?
- Ofs MCP is maintained by mansurjisan, which publishes 15 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Ofs MCP listed on the Official MCP Registry?
- Yes — Ofs MCP is listed on the Official MCP Registry.
- How many versions does Ofs MCP have?
- MCP Toplist tracks 1 version of Ofs MCP, most recently published on Feb 21, 2026.
- Where can I find the source code for Ofs MCP?
- The source code for Ofs MCP is hosted at github.com/mansurjisan/ocean-mcp.