fpl mcp server for VS Code
io.github.nguyenanhducs/fpl-mcp-server
An MCP server that provides Fantasy Premier League analysis and strategy tools.
client:VS Code
transport:stdio
runtime:pypi
Install fpl mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"fpl-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fpl-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs