Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ› ๏ธ Other Tools and Integrations
  3. MCP Wolfram Alpha
MCP Wolfram Alpha logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 6:31:18 PM

MCP Wolfram Alpha

User RatingsBe the first to rate and review this MCP server!
View Repository75 GitHub StarsTotal stargazers on GitHub for the source repository (75 stars).Visit Website
wolfram-alpharesearchknowledgemcp

Queries Wolfram Alpha through an MCP tool and requires a Wolfram API key.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "secretiveshell-mcp-wolfram-alpha": {
      "command": "npx",
      "args": [
        "-y",
        "@wong2/mcp-cli"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ› ๏ธ More in Other Tools and Integrations

Overview

SecretiveShell/MCP-wolfram-alpha MCP server connects an MCP client to the Wolfram Alpha API for answering queries. It exposes a `query_wolfram_alpha` tool and a `wa` prompt that formats questions for Wolfram Alpha. Use it when an agent needs Wolfram Alpha results through an MCP-compatible client and you can provide a `WOLFRAM_API_KEY`.

Use cases

โ€ขQuery Wolfram Alpha from an MCP client
โ€ขAsk Wolfram Alpha questions through the `wa` prompt
โ€ขRoute agent queries to the Wolfram Alpha API

Key features

โ€ขWolfram Alpha API query tool
โ€ข`wa` prompt for formatted questions
โ€ขEnvironment-based API key configuration
โ€ขClaude Desktop-style configuration example

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Wolfram Alpha.

Extracted Tool Capabilities
Wolfram Alpha API query tool
`wa` prompt for formatted questions
Environment-based API key configuration
Claude Desktop-style configuration example

How MCP Wolfram Alpha works

What SecretiveShell/MCP-wolfram-alpha MCP server does

SecretiveShell/MCP-wolfram-alpha MCP server exposes Wolfram Alpha through the Model Context Protocol. Its primary tool accepts a text query and returns a string containing the Wolfram Alpha API result. This lets an MCP client send questions to Wolfram Alpha without implementing the API call as part of the client application.

The project also defines a wa prompt. Given a query, the prompt produces an instruction asking Wolfram Alpha to answer that question. The README compares this behavior to the !wa command used in DuckDuckGo search.

How it works

The server receives a query through the MCP tool and forwards it to the Wolfram Alpha API. The exposed function is named query_wolfram_alpha and accepts one string parameter, query. The prompt is named wa and also accepts a query string.

The repository's example configuration runs the project with uv, using the project's directory and the MCP-wolfram-alpha run target. The provided examples are intended for an MCP client configuration, including Claude Desktop-style configuration files.

Setup and configuration

SecretiveShell/MCP-wolfram-alpha MCP server requires the WOLFRAM_API_KEY environment variable. The README directs users to obtain an API key from Wolfram Alpha's API site. In the example client configuration, the key is passed in the server's env object under that exact variable name.

The documented launch configuration uses uv --directory <project-directory> run MCP-wolfram-alpha. Because the directory value in the README is an example path, it must be replaced with the actual local checkout path before use. The README says the project was tested with Wolfram Alpha's full results API, while noting that this API mode may not be required.

Tools and capabilities

  • query_wolfram_alpha(query: str): queries the Wolfram Alpha API.
  • wa(query: str): creates a prompt instructing Wolfram Alpha to answer the supplied question.

Limitations and notes

SecretiveShell/MCP-wolfram-alpha MCP server cannot run without a Wolfram API key according to the setup instructions. The supplied material does not document additional tools, authentication methods beyond the environment variable, response schemas, rate limits, or supported client behavior beyond the Claude Desktop-style configuration example.

For debugging, the README recommends creating a configuration file in the same general format as a Claude Desktop configuration and using npx @wong2/mcp-cli -c <config-file>. That command is described as a debugging approach rather than the server itself.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    ๐Ÿ› ๏ธ Other Tools and Integrations4 views
    Compare vs Git โ†’
  • Memory logoMemory
    Verified

    Knowledge graph-based persistent memory system.

    ๐Ÿ› ๏ธ Other Tools and Integrations2 views
    Compare vs Memory โ†’
  • Fetch logoFetch
    Verified

    Web content fetching and conversion for efficient LLM usage.

    ๐Ÿ› ๏ธ Other Tools and Integrations2 views
    Compare vs Fetch โ†’
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs Time โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
75
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Wolfram Alpha

The README shows a `uv` configuration that runs `uv --directory <project-directory> run MCP-wolfram-alpha`; replace the example directory with the local project path.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Wolfram Alpha AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/secretiveshell-mcp-wolfram-alpha?style=directory)](https://allmcps.com/mcp/secretiveshell-mcp-wolfram-alpha)
HTML Embed
<a href="https://allmcps.com/mcp/secretiveshell-mcp-wolfram-alpha"><img src="https://allmcps.com/api/badge/secretiveshell-mcp-wolfram-alpha?style=directory" alt="MCP Wolfram Alpha on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ› ๏ธOther Tools and Integrations
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars75
GitHub Star CountTotal stargazers on GitHub representing community popularity (75 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 18, 2025
39Quality signal: Fair ยท 39/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 1

Scanned 19d ago via OSV.dev ยท @wong2/mcp-cli (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ› ๏ธ Other Tools and Integrations โ†’Alternatives to MCP Wolfram Alpha โ†’Install in Claude DesktopInstall in CursorInstall in VS Code