Skip to content

Agent setup brief

Use this brief when you want an AI agent to configure LFG List MCP access for you.

Do not paste a real Personal Access Token into public chats or shared documents.

If you do not have a token yet, create one first: Personal Access Tokens.

I want to connect you to my LFG List workspace using the public MCP server.
MCP server URL:
https://mcp.lfglist.com/mcp
Transport:
Streamable HTTP MCP
Authentication:
Use this as a Bearer token:
<PASTE_MY_LFG_LIST_PERSONAL_ACCESS_TOKEN_HERE>
Expected header:
Authorization: Bearer <token>
Please configure this MCP server for me, then test it by listing my visible LFG List projects.

Generic JSON-style configuration:

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

If the setup fails, confirm that the token is active and that the client supports remote Streamable HTTP MCP servers.

For the full setup path, see the MCP quickstart. For current capabilities, see the Tools reference.