Skip to content

MCP quickstart

Use the public MCP server when you want an AI agent to work with your LFG List projects.

  • A LFG List account.
  • A Personal Access Token from LFG List.
  • An MCP client that supports remote Streamable HTTP servers.

If you do not have a token yet, follow Personal Access Tokens first.

Use these values in your MCP client:

Name: LFG List
URL: https://mcp.lfglist.com/mcp
Transport: Streamable HTTP MCP
Authentication: Authorization: Bearer <your LFG List Personal Access Token>

Some MCP clients use a JSON-style mcpServers configuration. If your client supports this shape, use:

{
"mcpServers": {
"lfglist": {
"url": "https://mcp.lfglist.com/mcp",
"headers": {
"Authorization": "Bearer <PASTE_MY_LFG_LIST_PERSONAL_ACCESS_TOKEN_HERE>"
}
}
}
}

Do not commit a real token to source control or paste it into shared docs.

If your agent can configure tools for you, use the Agent Setup Brief. Replace the placeholder token only inside the trusted client or local configuration.

After setup, ask the agent to list your visible LFG List projects.

Expected result:

  • The agent can connect to https://mcp.lfglist.com/mcp.
  • The agent can list projects visible to your account.
  • The agent does not need your Firebase login or browser session.

If the smoke test fails, check Common issues and confirm the token is active.