MCP Server
Maintained
freefirecommunity MCP Server
io.github.doc2mcp/freefirecommunity
What is the freefirecommunity MCP server?
MCP server for freefirecommunity documentation, generated by doc2mcp.
How to install freefirecommunity
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer <your project MCP token> from the project's Connect tab. Treat it like a password.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"freefirecommunity": {
"url": "https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"freefirecommunity": {
"serverUrl": "https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"freefirecommunity": {
"type": "http",
"url": "https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"freefirecommunity": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcp"
]
}
}
}Claude Code
claude mcp add --transport http freefirecommunity https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcpRelated MCP servers
agentverse
Active
MCP server for agentverse documentation, generated by doc2mcp.
5
View repository →TypeScript
MIT
cavalry
Active
MCP server for cavalry documentation, generated by doc2mcp.
5
View repository →TypeScript
MIT
developer
Active
MCP server for developer documentation, generated by doc2mcp.
5
View repository →TypeScript
MIT
innovationlab
Active
MCP server for innovationlab documentation, generated by doc2mcp.
5
View repository →TypeScript
MIT
langchain
Active
MCP server for langchain documentation, generated by doc2mcp.
5
View repository →TypeScript
MIT
lightfield
Active
MCP server for lightfield documentation, generated by doc2mcp.
5
View repository →TypeScript
MIT