Content
# mcp-subscribe
[video overview](https://youtu.be/5jq3h3m-4tA?si=uN0jd614YabLz2S2)
This MCP server allows you to subscribe to changes in tools of another MCP server.
To use it configure your client to use this mcp server with the base mcp server as an argument.
```
{
"server": {
"type": "stdio",
"command": "mcp_subscribe",
"args": ["uvx", "mcp-server-fetch", "--poll-interval", "5"],
"env": {}
}
}
```
**Note:** your MCP client must support [resource subscriptions](https://modelcontextprotocol.io/docs/concepts/resources#content-changes)
A sample MCP Server is provided in the [examples](examples) directory.
> uv run examples/example_client.py
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
claude-code-config
Claude Code skills, architectural principles, and alternative approaches for...
dev-machine-guard
Scan your dev machine for AI agents, MCP servers, IDE extensions, and...
mcptube
mcptube converts YouTube videos into AI-queryable MCP servers for semantic...