Obris MCP Server
Rank #687ai.obris/mcp
MCP server providing mcp capabilities
Obris MCP Server is a Model Context Protocol (MCP) server published by obris-dev. It ranks #687 of 132,046 servers tracked on MCP Toplist, and its repository has 619 GitHub stars. Obris MCP Server is listed on Official MCP, with 5 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Mar 7, 2026.
Ranks ahead of 131,359 of 132,046 servers on MCP Toplist.
Use Obris MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http obris https://mcp.obris.ai/claude mcp add obris -e "OBRIS_API_KEY=<your OBRIS_API_KEY>" -- uvx obris-mcpReplace each placeholder with your own value before saving.
[mcp_servers.obris]
url = "https://mcp.obris.ai/"Add to ~/.codex/config.toml.
[mcp_servers.obris]
command = "uvx"
args = ["obris-mcp"]
[mcp_servers.obris.env]
OBRIS_API_KEY = "<your OBRIS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.obris.ai/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"obris": {
"command": "uvx",
"args": [
"obris-mcp"
],
"env": {
"OBRIS_API_KEY": "<your OBRIS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obris": {
"url": "https://mcp.obris.ai/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"obris": {
"command": "uvx",
"args": [
"obris-mcp"
],
"env": {
"OBRIS_API_KEY": "<your OBRIS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"obris": {
"type": "http",
"url": "https://mcp.obris.ai/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"obris": {
"type": "stdio",
"command": "uvx",
"args": [
"obris-mcp"
],
"env": {
"OBRIS_API_KEY": "<your OBRIS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obris": {
"serverUrl": "https://mcp.obris.ai/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"obris": {
"command": "uvx",
"args": [
"obris-mcp"
],
"env": {
"OBRIS_API_KEY": "<your OBRIS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obris": {
"url": "https://mcp.obris.ai/"
}
}
}{
"mcpServers": {
"obris": {
"command": "uvx",
"args": [
"obris-mcp"
],
"env": {
"OBRIS_API_KEY": "<your OBRIS_API_KEY>"
}
}
}
}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/ai.obris%2Fmcp)<a href="https://mcptoplist.com/server/ai.obris%2Fmcp"><img src="https://mcptoplist.com/badge/ai.obris%2Fmcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
obris-dev
Available versions (5)
| Version | Published |
|---|---|
| 0.4.0 | Mar 7, 2026 |
| 0.3.0 | Mar 7, 2026 |
| 0.2.6 | Mar 2, 2026 |
| 0.2.5 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Obris MCP Server?
- Obris MCP Server is maintained by obris-dev, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Obris MCP Server listed on the Official MCP Registry?
- Yes — Obris MCP Server is listed on the Official MCP Registry.
- How many versions does Obris MCP Server have?
- MCP Toplist tracks 5 versions of Obris MCP Server, most recently published on Mar 7, 2026.
- Where can I find the source code for Obris MCP Server?
- The source code for Obris MCP Server is hosted at github.com/obris-dev/obris-mcp.
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.