mcpbeat Sign in

Evc Team Relay MCP Server

by entire-vc Your server? Claim it
local only

Evc Team Relay MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 158 installs a week from pypi. Last commit 22 Sep 2026.

MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.

Installs per day peak 376 · avg 48 · -40% w/w
a month agotoday
158
Installs / week
pypi · evc-team-relay-mcp
3
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Evc Team Relay MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add evc-team-relay-mcp -- uvx evc-team-relay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "evc-team-relay-mcp": {
      "args": [
        "evc-team-relay-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.evc-team-relay-mcp]
command = "uvx"
args = ["evc-team-relay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "evc-team-relay-mcp": {
      "args": [
        "evc-team-relay-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "evc-team-relay-mcp": {
      "args": [
        "evc-team-relay-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RELAY_CP_URL (URL of the Team Relay control plane (e.g. https://cp.yourdomain.com)), RELAY_EMAIL (Email address for authenticating with the Team Relay server), RELAY_PASSWORD (Password for authenticating with the Team Relay server). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Evc Team Relay MCP

same job, measured the same way
Obsidian Vault MCP Server
by oleksandrkucherenko

Access Obsidian vaults via Local REST API - read, search, and interact with notes

109 installs/wk local only
Hivemind
by hiveforge-sh

MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.

29 installs/wk local only
Obsidian Sync MCP
by es617

Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.

251 installs/wk local only
Obsidian MCP Server
by tylern91

Filesystem-based MCP server for Obsidian vaults — read, search, and edit notes, no app required.

local only
Obsidian Semantic Search
by dalecb

Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.

59 installs/wk local only
FastMCP server for bidirectional sync between personal and team Obsidian vaults
by adelaidasofia

FastMCP server for bidirectional sync between personal and team Obsidian vaults.

local only
gosidian
by daniele-chiappa

Self-hosted Obsidian-compatible markdown vault with a web UI and a 57-tool MCP server for AI agents

local only
Obsidian MCP Server
by cyanheads

Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.

6 218 installs/wk local only

Evc Team Relay MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Evc Team Relay MCP?
Evc Team Relay MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package evc-team-relay-mcp was installed 158 times last week.
How do I connect Evc Team Relay MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls evc-team-relay-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Evc Team Relay MCP?
The pypi package evc-team-relay-mcp was installed 158 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Evc Team Relay MCP open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.