mcp-numpy
Related Servers
Alternatives to mcp-numpy
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceAn MCP server that exposes numerical and mathematical methods (root finding, integration, differentiation, ODEs, Monte Carlo, dynamic systems) as tools for LLM agents to call directly from chat clients.2999 npm1MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that provides mathematical calculations and operations using NumPy, enabling users to perform numerical computations like matrix operations, statistical analysis, and polynomial fitting directly through Claude.3-
- AlicenseNot gradedqualityBmaintenanceAn MCP server providing over 30 mathematical and statistical tools, enabling language models to perform calculations, trigonometry, statistics, combinatorics, and list operations through natural language.39 npmMIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that exposes 8 mathematical tools (arithmetic, algebra, calculus, matrix operations, statistics, probability, unit conversions) to any MCP-compatible AI agent, enabling mathematical computations without code.89 npm1MIT
- FlicenseNot gradedqualityBmaintenanceA custom MCP server providing tools for date/time, calculations, mock weather, and note management, enabling AI agents to perform these tasks via natural language.-
- AlicenseAqualityBmaintenanceA Model Context Protocol server providing mathematical and scientific computing capabilities via NumPy, pandas, SciPy, and Matplotlib, with 19 tools for linear algebra, statistics, numerical methods, data processing, and plotting.19MIT
TDQS
Scored across 72 tools
Each tool targets a distinct NumPy function with clear, specific descriptions. No two tools perform the same operation; even closely related functions like np_percentile and np_quantile are differentiated by definition and use case.
Most tools follow a consistent 'np_operation' pattern. The only exception is 'npastype' which lacks an underscore, and 'np_linalg_norm' uses a submodule prefix while other linear algebra tools (np_eig, np_inv, etc.) do not. Overall, the pattern is clear and predictable.
72 tools is excessive for an MCP server, making selection difficult for an agent. While the server aims to cover a broad library like NumPy, the count far exceeds the typical well-scoped range (3-15) and even the 'too many' threshold (25+).
The tools cover core array operations, math, statistics, linear algebra, and random sampling. However, common functions like sorting (np_sort), unique (np_unique), where (np_where), and fft are missing, representing notable gaps for a numpy-oriented server.