Skip to main content
Glama

Related Servers

Alternatives to mcp-numpy

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      An 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.
      29
      99 npm
      1
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A 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
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      An 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 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      A 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.
      8
      9 npm
      1
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      A custom MCP server providing tools for date/time, calculations, mock weather, and note management, enabling AI agents to perform these tasks via natural language.
      -
    • A
      license
      A
      quality
      B
      maintenance
      A 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.
      19
      MIT

    TDQS

    B3.1/5.0

    Scored across 72 tools

    Disambiguation5/5

    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.

    Naming Consistency4/5

    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.

    Tool Count2/5

    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+).

    Completeness3/5

    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.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues