What is the io.github.florentine-ai/mcp MCP server?
MCP server for Florentine.ai - Natural language to MongoDB aggregations
How to install io.github.florentine-ai/mcp
Copy-paste configuration for popular MCP clients.
FLORENTINE_TOKENrequiredsecretYour Florentine.ai API key, get it from https://florentine.ai/dashboard
LLM_SERVICEThe LLM service to use, one of 'openai', 'anthropic', 'google' or 'deepseek' (must only be provided if you did not set it in your Florentine.ai account)
LLM_KEYsecretYour API key for the LLM service (must only be provided if you did not set it in your Florentine.ai account)
SESSION_IDSession ID for maintaining server-side context across requests
RETURN_TYPESStringified JSON array of return types for the response
REQUIRED_INPUTSStringified JSON array of values for required inputs keys
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@florentine-ai/mcp",
"-y",
"@florentine-ai/mcp@latest",
"--mode",
"static",
"--debug",
"--logpath"
],
"env": {
"FLORENTINE_TOKEN": "<YOUR_FLORENTINE_TOKEN>",
"LLM_SERVICE": "<YOUR_LLM_SERVICE>",
"LLM_KEY": "<YOUR_LLM_KEY>",
"SESSION_ID": "<YOUR_SESSION_ID>",
"RETURN_TYPES": "<YOUR_RETURN_TYPES>",
"REQUIRED_INPUTS": "<YOUR_REQUIRED_INPUTS>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@florentine-ai/mcp",
"-y",
"@florentine-ai/mcp@latest",
"--mode",
"static",
"--debug",
"--logpath"
],
"env": {
"FLORENTINE_TOKEN": "<YOUR_FLORENTINE_TOKEN>",
"LLM_SERVICE": "<YOUR_LLM_SERVICE>",
"LLM_KEY": "<YOUR_LLM_KEY>",
"SESSION_ID": "<YOUR_SESSION_ID>",
"RETURN_TYPES": "<YOUR_RETURN_TYPES>",
"REQUIRED_INPUTS": "<YOUR_REQUIRED_INPUTS>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@florentine-ai/mcp",
"-y",
"@florentine-ai/mcp@latest",
"--mode",
"static",
"--debug",
"--logpath"
],
"env": {
"FLORENTINE_TOKEN": "<YOUR_FLORENTINE_TOKEN>",
"LLM_SERVICE": "<YOUR_LLM_SERVICE>",
"LLM_KEY": "<YOUR_LLM_KEY>",
"SESSION_ID": "<YOUR_SESSION_ID>",
"RETURN_TYPES": "<YOUR_RETURN_TYPES>",
"REQUIRED_INPUTS": "<YOUR_REQUIRED_INPUTS>"
}
}
}
}{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@florentine-ai/mcp",
"-y",
"@florentine-ai/mcp@latest",
"--mode",
"static",
"--debug",
"--logpath"
],
"env": {
"FLORENTINE_TOKEN": "<YOUR_FLORENTINE_TOKEN>",
"LLM_SERVICE": "<YOUR_LLM_SERVICE>",
"LLM_KEY": "<YOUR_LLM_KEY>",
"SESSION_ID": "<YOUR_SESSION_ID>",
"RETURN_TYPES": "<YOUR_RETURN_TYPES>",
"REQUIRED_INPUTS": "<YOUR_REQUIRED_INPUTS>"
}
}
}
}claude mcp add mcp --env FLORENTINE_TOKEN=<YOUR_FLORENTINE_TOKEN> --env LLM_SERVICE=<YOUR_LLM_SERVICE> --env LLM_KEY=<YOUR_LLM_KEY> --env SESSION_ID=<YOUR_SESSION_ID> --env RETURN_TYPES=<YOUR_RETURN_TYPES> --env REQUIRED_INPUTS=<YOUR_REQUIRED_INPUTS> -- npx -y @florentine-ai/mcp -y @florentine-ai/mcp@latest --mode static --debug --logpathRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.