MCP Server
Rank #12,795io.github.florentine-ai/mcp
MCP server providing mcp capabilities
MCP Server is a Model Context Protocol (MCP) server published by florentine-ai. It ranks #12,795 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Sep 2, 2025 and most recently updated on Oct 7, 2025.
Ranks ahead of 119,251 of 132,046 servers on MCP Toplist.
Use MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add florentine-ai -e "FLORENTINE_TOKEN=<your FLORENTINE_TOKEN>" -e "LLM_SERVICE=<your LLM_SERVICE>" -e "LLM_KEY=<your LLM_KEY>" -e "SESSION_ID=<your SESSION_ID>" -e "RETURN_TYPES=<your RETURN_TYPES>" -e "REQUIRED_INPUTS=<your REQUIRED_INPUTS>" -- npx -y -y @florentine-ai/mcp@latest @florentine-ai/mcp --mode staticReplace each placeholder with your own value before saving.
[mcp_servers.florentine-ai]
command = "npx"
args = ["-y", "-y", "@florentine-ai/mcp@latest", "@florentine-ai/mcp", "--mode", "static"]
[mcp_servers.florentine-ai.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"florentine-ai": {
"command": "npx",
"args": [
"-y",
"-y",
"@florentine-ai/mcp@latest",
"@florentine-ai/mcp",
"--mode",
"static"
],
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"florentine-ai": {
"command": "npx",
"args": [
"-y",
"-y",
"@florentine-ai/mcp@latest",
"@florentine-ai/mcp",
"--mode",
"static"
],
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"florentine-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"-y",
"@florentine-ai/mcp@latest",
"@florentine-ai/mcp",
"--mode",
"static"
],
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"florentine-ai": {
"command": "npx",
"args": [
"-y",
"-y",
"@florentine-ai/mcp@latest",
"@florentine-ai/mcp",
"--mode",
"static"
],
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"florentine-ai": {
"command": "npx",
"args": [
"-y",
"-y",
"@florentine-ai/mcp@latest",
"@florentine-ai/mcp",
"--mode",
"static"
],
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.florentine-ai%2Fmcp)<a href="https://mcptoplist.com/server/io.github.florentine-ai%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.florentine-ai%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
florentine-ai
Available versions (4)
| Version | Published |
|---|---|
| 0.2.1 | Oct 7, 2025 |
| 0.2.0 | Sep 19, 2025 |
| 0.1.4 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by florentine-ai, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Server have?
- MCP Toplist tracks 4 versions of MCP Server, most recently published on Oct 7, 2025.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/florentine-ai/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.