MCP quickstart
Use the public MCP server when you want an AI agent to work with your LFG List projects.
Requirements
Section titled “Requirements”- 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.
Connection details
Section titled “Connection details”Use these values in your MCP client:
Name: LFG ListURL: https://mcp.lfglist.com/mcpTransport: Streamable HTTP MCPAuthentication: Authorization: Bearer <your LFG List Personal Access Token>Generic JSON configuration
Section titled “Generic JSON configuration”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.
Ask an agent to configure it
Section titled “Ask an agent to configure it”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.
Smoke test
Section titled “Smoke test”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.