firecrawl-kw-mcp
v0.1.0
Published
Stdio MCP proxy for the Firecrawl KW hosted MCP server.
Readme
firecrawl-kw-mcp
Stdio MCP proxy for the hosted Firecrawl KW MCP server.
Default endpoint:
https://azegdjbrznxdhyeaztqm.supabase.co/functions/v1/mcp-serverMCP client config
{
"mcpServers": {
"firecrawl-kw": {
"command": "npx",
"args": ["-y", "firecrawl-kw-mcp"],
"env": {
"MCP_SECRET": "fc_kw-FULL_KEY_KAMU"
}
}
}
}MCP_SECRET must be a full per-user secret generated from the Firecrawl KW dashboard's MCP Secrets page. Do not use the displayed prefix only.
Optional env vars
MCP_ENDPOINT— override the hosted endpoint.MCP_SECRETorX_MCP_SECRET— per-user MCP secret forwarded asX-MCP-Secret.GITHUB_TOKENorX_GITHUB_TOKEN— forwarded asX-GitHub-Token.SUPABASE_ACCESS_TOKENorAUTHORIZATION_BEARER_TOKEN— forwarded asAuthorization: Bearer ....MCP_REQUEST_TIMEOUT_MS— request timeout, default120000.MCP_STDIO_DEBUG— set to1ortruefor stderr debug logs.
Publish
cd packages/firecrawl-kw-mcp
npm publish --access public