Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Obot

FreeNot checked

Obot — Model Context Protocol server

GitHubEmbed

About

Obot — Model Context Protocol server

README

MCP server for Obot that provides tools for discovering, searching, and connecting to MCP servers.

Tools

  • obot_list_mcp_servers - List available MCP servers with optional runtime filtering
  • obot_list_connected_mcp_servers - List connected/configured MCP servers for the current user
  • obot_search_mcp_servers - Search servers by keyword (matches name and description)
  • obot_connect_to_mcp_server - Connect to a server by ID, handling configuration, OAuth, and launch

Quick Start

uv sync
OBOT_URL=<url> uv run python main.py

The server listens on port 8080 and path /mcp using streamable-http transport.

Docker

Pre-built images are available from GitHub Container Registry:

docker pull ghcr.io/obot-platform/obot-mcp-server:latest
docker run -e OBOT_URL=<url> -p 8080:8080 ghcr.io/obot-platform/obot-mcp-server:latest

Environment Variables

Variable Description Default
OBOT_URL Obot API base URL http://localhost:8080

Authentication is forwarded from the incoming request's Authorization header to the Obot API.

Testing

uv run pytest test_server.py -v

from github.com/obot-platform/obot-mcp-server

Installing Obot

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/obot-platform/obot-mcp-server

FAQ

Is Obot MCP free?

Yes, Obot MCP is free — one-click install via Unyly at no cost.

Does Obot need an API key?

No, Obot runs without API keys or environment variables.

Is Obot hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Obot in Claude Desktop, Claude Code or Cursor?

Open Obot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Obot with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs