drio
Open app

Ultimate Frisbee Team MCP Server

Source

FDU Utils

Catalog onlyCatalog onlySTDIO

Overview

The Ultimate Frisbee Team MCP Server is a Model Context Protocol (MCP) server designed for managing Ultimate Frisbee team players, tournaments, and related data. It allows users to efficiently manage player information and tournament details through a command-line interface or MCP interface.

To use the server, set up a virtual environment, install the necessary packages, and run the server. You can add, list, and remove players, as well as back up the database and import players from a CSV file using the command line.

  • Add players with their name, phone number, and optional email. - List all players in the database. - Remove players from the database. - Backup the database to a file. - Import players from a CSV file. - Accessible via CLI or MCP interface.
  1. Managing player rosters for Ultimate Frisbee teams.
  2. Organizing tournaments and tracking player participation.
  3. Importing player data from external sources for easy management.

Add to your AI client

Use these steps to connect Ultimate Frisbee Team MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

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

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

Can I use this server for other sports?

While designed for Ultimate Frisbee, the server can be adapted for other sports with similar player management needs.

Is there a graphical user interface?

No, the server is primarily command-line based, but it can be integrated with other applications for a GUI.

How do I back up my player data?

Use the backup command to create a backup of your database to a specified file location.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2491,"uuid":"c1be1b61-83dd-49a4-9495-79afe593707c","name":"ultimate-team-mcp-server","title":"Ultimate Frisbee Team MCP Server","description":"FDU Utils","avatar_url":"https://avatars.githubusercontent.com/u/136875?v=4","created_at":"2025-03-13T08:23:20.524Z","updated_at":"2025-03-18T21:22:56.608Z","status":"created","author_name":"msaelices","author_avatar_url":"https://avatars.githubusercontent.com/u/136875?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/msaelices/ultimate-team-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-04-05 01:00:03\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]