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.

Frequently Asked Questions

Common questions about M-Team.

What does the M-Team MCP enable?
The M-Team MCP integrates with the M-Team private BitTorrent tracker. It allows users to search for torrents, retrieve detailed information about them, and initiate file downloads directly through a compatible MCP client.
How can I install the M-Team MCP?
Installation typically involves adding the M-Team MCP's repository URL to your MCP client's configuration. For clients like Claude Desktop or Cursor, this often means navigating to a 'Server Directory' or 'Extensions' section and inputting the GitHub repository link: https://github.com/07freedom/mcp-server-mteam.
Does the M-Team MCP require an API key or other credentials?
The M-Team MCP does not explicitly list an API key or OAuth requirement. However, as it integrates with a private BitTorrent tracker, it will likely require pre-existing membership and login credentials from the M-Team tracker itself configured in the MCP client.
What core capabilities does the M-Team MCP offer?
The M-Team MCP provides capabilities such as torrent search, detailed torrent information retrieval, and the ability to download files. It also supports category filtering and pagination for search results.
Is there any cost associated with using the M-Team MCP?
The M-Team MCP itself is open-source and free to use, as indicated by its GitHub repository. Any costs would be dependent on the underlying private BitTorrent tracker service and its membership requirements.
What is a key prerequisite for using the M-Team MCP?
A primary prerequisite for using this MCP is having an active account and membership on the M-Team private BitTorrent tracker. Without valid credentials for the tracker, the MCP will not be able to perform its intended functions.

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.