Picocalc MCP
Rank #7,738io.github.LofiFren/picocalc-mcp
MCP server providing picocalc-mcp capabilities
Picocalc MCP is a Model Context Protocol (MCP) server published by lofifren. It ranks #7,738 of 115,591 servers tracked on MCP Toplist, and its repository has 77 GitHub stars. Picocalc MCP is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Apr 29, 2025 and most recently updated on Mar 25, 2026.
Ranks ahead of 107,853 of 115,591 servers on MCP Toplist.
Use Picocalc MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add picocalc-mcp -- uvx picocalc-mcp[mcp_servers.picocalc-mcp]
command = "uvx"
args = ["picocalc-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"picocalc-mcp": {
"command": "uvx",
"args": [
"picocalc-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"picocalc-mcp": {
"command": "uvx",
"args": [
"picocalc-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"picocalc-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"picocalc-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"picocalc-mcp": {
"command": "uvx",
"args": [
"picocalc-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"picocalc-mcp": {
"command": "uvx",
"args": [
"picocalc-mcp"
]
}
}
}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.LofiFren%2Fpicocalc-mcp)<a href="https://mcptoplist.com/server/io.github.LofiFren%2Fpicocalc-mcp"><img src="https://mcptoplist.com/badge/io.github.LofiFren%2Fpicocalc-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
lofifren
Other servers by lofifren
View all lofifren servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Picocalc MCP?
- Picocalc MCP is maintained by lofifren, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Picocalc MCP listed on the Official MCP Registry?
- Yes — Picocalc MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Picocalc MCP have?
- MCP Toplist tracks 2 versions of Picocalc MCP, most recently published on Mar 25, 2026.
- Where can I find the source code for Picocalc MCP?
- The source code for Picocalc MCP is hosted at github.com/lofifren/picocalc.