Skip to main content
Glama

MCP-wolfram-alpha

MCP-울프람-알파

Wolfram Alpha API에 연결하는 MCP 서버입니다.

구성 요소

프롬프트

이는 duckduckgo 검색에서의 !wa bang과 유사합니다.

지엑스피1

도구

Wolfram Alpha API를 쿼리합니다.

def query_wolfram_alpha(query: str) -> str

구성

WOLFRAM_API_KEY 환경 변수를 설정 해야 합니다 . Wolfram Alpha 에서 API를 받으세요.

이는 전체 결과 API로 테스트되었지만 필요하지 않을 수도 있습니다.

{ "mcpServers": { "MCP-wolfram-alpha": { "command": "uv", "args": [ "--directory", "C:\\Users\\root\\Documents\\MCP-wolfram-alpha", "run", "MCP-wolfram-alpha" ], "env": { "WOLFRAM_API_KEY": "your-app-id" } } } }

개발

디버깅

공식 MCP 검사기는 좋은 환경 지원을 제공하지 않으므로 wong2의 mcp-cli-inspector를 사용하는 것이 좋습니다.

Claude Desktop과 같은 스타일로 config.json 파일을 만듭니다.

{ "mcpServers": { "MCP-wolfram-alpha": { "command": "uv", "args": [ "--directory", "/full/path/to/MCP-wolfram-alpha", "run", "MCP-wolfram-alpha" ], "env": { "WOLFRAM_API_KEY": "your-app-id" } } } }

그런 다음 실행하세요.

npx @wong2/mcp-cli -c .\config.json

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

채팅 응답을 Wolfram Alpha 계산 지능에 연결하세요

  1. 구성 요소
    1. 프롬프트
    2. 도구
  2. 구성
    1. 개발
      1. 디버깅

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Enables integration of Perplexity's AI API with LLMs, delivering advanced chat completion by utilizing specialized prompt templates for tasks like technical documentation, code review, and API documentation.
      Last updated -
      1
      94
      8
      JavaScript
      MIT License
      • Linux
    • A
      security
      F
      license
      A
      quality
      This server provides access to the Perplexity AI API, enabling interaction through chatting, searching, and documentation retrieval within MCP-based systems.
      Last updated -
      5
      2
      JavaScript
    • A
      security
      F
      license
      A
      quality
      A Node.js implementation that enables Claude to interact with Perplexity AI's language models through Anthropic's Model Context Protocol, providing tools for advanced chat completions and quick queries.
      Last updated -
      2
      6
      TypeScript
      • Apple
      • Linux
    • -
      security
      F
      license
      -
      quality
      A server implementing the Model Context Protocol that enables AI assistants like Claude to interact with Google's Gemini API for text generation, text analysis, and chat conversations.
      Last updated -
      Python
      • Linux
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/SecretiveShell/MCP-wolfram-alpha'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server