fsite-mcp
v0.1.0
Published
MCP server for F•SITE — lets Claude Code manage an F•SITE project (list, read, write, publish) using your own Claude subscription. F•SITE never sees your Claude/Anthropic credentials, only this server's own, separately revocable F•SITE API key.
Readme
fsite-mcp
MCP server for F•SITE — lets Claude Code manage your F•SITE project (list, read, write, publish) using your own Claude subscription, instead of F•TOKENS.
F•SITE never sees your Claude/Anthropic credentials. Claude Code already runs locally with your own login; this server only ever holds F•SITE's own, separate, independently revocable API key.
Install
npm install -g fsite-mcpGet an API key
F•SITE → Settings → API keys → Create API key. Copy it, it's shown once.
Connect
fsite-mcp login <your-key>(or set FSITE_API_KEY as an environment variable instead)
Add to your MCP client config (e.g. Claude Code's .mcp.json):
{
"mcpServers": {
"fsite": {
"command": "fsite-mcp"
}
}
}Tools
fsite_list_sites— list your projects (id, name, slug, status, live URL)fsite_get_files— read a project's current filesfsite_apply_files— replace a project's working file set (full replace, doesn't publish)fsite_publish— make the current files live
Uninstalling
- Revoke the key in F•SITE → Settings → API keys.
rm -rf ~/.fsite-mcp(removes the locally saved key, if you usedlogininstead of the env var).npm uninstall -g fsite-mcp.
See also
Prefer Codex/ChatGPT instead of Claude? Use
fsite-agent instead, same idea, different local
runtime.
