Scientific Computation MCP Server
Rank #75,786smithery/Aman-Amith-Shastry/scientific_computation_mcp
This MCP server enables users to perform scientific computations regarding linear algebra and vector calculus through natural language. The server is designed to bridge the gap between users and powerful computational libraries such as NumPy and SymPy. Its goal is to make scientific computing more accessible.
Scientific Computation MCP Server is a Model Context Protocol (MCP) server published by Aman-Amith-Shastry. It ranks #75,786 of 115,591 servers tracked on MCP Toplist. Scientific Computation MCP Server is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Jun 10, 2025.
Ranks ahead of 39,805 of 115,591 servers on MCP Toplist.
Use Scientific Computation MCP Server
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http scientific-computation-mcp https://server.smithery.ai/Aman-Amith-Shastry/scientific_computation_mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.scientific-computation-mcp]
url = "https://server.smithery.ai/Aman-Amith-Shastry/scientific_computation_mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/Aman-Amith-Shastry/scientific_computation_mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"scientific-computation-mcp": {
"url": "https://server.smithery.ai/Aman-Amith-Shastry/scientific_computation_mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"scientific-computation-mcp": {
"type": "http",
"url": "https://server.smithery.ai/Aman-Amith-Shastry/scientific_computation_mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"scientific-computation-mcp": {
"serverUrl": "https://server.smithery.ai/Aman-Amith-Shastry/scientific_computation_mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"scientific-computation-mcp": {
"url": "https://server.smithery.ai/Aman-Amith-Shastry/scientific_computation_mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2FAman-Amith-Shastry%2Fscientific_computation_mcp)<a href="https://mcptoplist.com/server/smithery%2FAman-Amith-Shastry%2Fscientific_computation_mcp"><img src="https://mcptoplist.com/badge/smithery%2FAman-Amith-Shastry%2Fscientific_computation_mcp.svg" alt="MCP Toplist: #75,786 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Aman-Amith-Shastry
Other servers by Aman-Amith-Shastry
View all Aman-Amith-Shastry servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Scientific Computation MCP Server?
- Scientific Computation MCP Server is maintained by Aman-Amith-Shastry, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Scientific Computation MCP Server listed on the Official MCP Registry?
- Scientific Computation MCP Server is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does Scientific Computation MCP Server have?
- Scientific Computation MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Scientific Computation MCP Server?
- The source code for Scientific Computation MCP Server is hosted at github.com/Aman-Amith-Shastry/scientific_computation_mcp/tree/main.