mcp
About
MCP server for Florentine.ai - Natural language to MongoDB aggregations
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FLORENTINE_TOKEN LLM_SERVICE LLM_KEY SESSION_ID RETURN_TYPES REQUIRED_INPUTSClaude Code
claude mcp add --env FLORENTINE_TOKEN= --env LLM_SERVICE= --env LLM_KEY= --env SESSION_ID= --env RETURN_TYPES= --env REQUIRED_INPUTS= mcp -- npx @florentine-ai/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp","command":"npx","args":["@florentine-ai/mcp"],"env":{"FLORENTINE_TOKEN":"","LLM_SERVICE":"","LLM_KEY":"","SESSION_ID":"","RETURN_TYPES":"","REQUIRED_INPUTS":""}}'
JSON
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"@florentine-ai/mcp"
],
"env": {
"FLORENTINE_TOKEN": "",
"LLM_SERVICE": "",
"LLM_KEY": "",
"SESSION_ID": "",
"RETURN_TYPES": "",
"REQUIRED_INPUTS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.