Provides advanced mathematical and financial calculation tools for AI code assistant integration.
Provides advanced mathematical and financial calculation tools for AI code assistant integration. The calc tools mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
Calculus — The Calculus tool exposed by this serverFinance — The Finance tool exposed by this serverThe server ships on npm as pnpm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Calc Tools's toolset — Calculus, Finance — is a fair guide to whether it matches your workflow. It is maintained by nbiish; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Calc Tools's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Calculus | The Calculus tool exposed by this server. |
| Finance | The Finance tool exposed by this server. |
{
"mcpServers": {
"calc-tools": {
"command": "node",
"args": ["/path/to/mcp-calc-tools/index.js"],
"env": {}
}
}
}Configuration as documented by the project. Restart the client after saving.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.