M

M-Team

Integrates with M-Team private BitTorrent tracker for torrent search, detail retrieval, and file downloading with category filtering and pagination.

M-Team·No reviews yet
Repo
Share:

About

Integrates with M-Team private BitTorrent tracker for torrent search, detail retrieval, and file downloading with category filtering and pagination.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install M-Team

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "m-team": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-m-team"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "m-team": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-m-team"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "m-team": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-m-team"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.