mcp-number-theory

daedalus/mcp-number-theory
0 starsMITCommunity

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server exposing number theory functions and factorization algorithms

README.md

mcp-number-theory

MCP server exposing number theory functions and factorization algorithms.

![PyPI](https://pypi.org/project/mcp-number-theory/) ![Python](https://pypi.org/project/mcp-number-theory/)

Install

pip install mcp-number-theory

Usage

from mcp_number_theory import number_theory as nt

# Compute GCD
result = nt.gcd(48, 18)  # Returns 6

# Factorize
from mcp_number_theory import algos
p, q = algos.fermat(1234567890123456789)

MCP Server

This package provides an MCP server that exposes number theory functions. Run with:

mcp-number-theory

mcp-name: io.github.daedalus/mcp-number-theory

Related MCP servers

Browse all →