MCP Server
Maintained
MIT
io.github.daedalus/mcp-sympy MCP Server
io.github.daedalus/mcp-sympy
What is the io.github.daedalus/mcp-sympy MCP server?
MCP server that exposes SymPy's symbolic mathematics functionality
How to install io.github.daedalus/mcp-sympy
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-sympy": {
"command": "uvx",
"args": [
"mcp-sympy"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-sympy": {
"command": "uvx",
"args": [
"mcp-sympy"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-sympy": {
"command": "uvx",
"args": [
"mcp-sympy"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-sympy": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-sympy"
]
}
}
}Claude Code
claude mcp add mcp-sympy -- uvx mcp-sympyRelated MCP servers
io.github.daedalus/mcp-delonghi-ecam
Maintained
MCP server for DeLonghi ECAM espresso coffee machines via local network
1
View repository →Python
MIT
io.github.daedalus/mcp-parigp
Maintained
MCP server exposing cypari2 (PARI/GP) number theory library
1
View repository →Python
MIT
A sandboxed MCP tool for reverse engineering with multiple tool integrations
1
View repository →Python
MIT
io.github.daedalus/mcp-server-find
Maintained
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery
1
View repository →Python
MIT
io.github.daedalus/mcp-shodan
Maintained
MCP server exposing all Shodan API functionality
1
View repository →Python
MIT