MCP-wolfram-alpha

by SecretiveShell
Verified
MIT License
18

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.

Integrations

  • Connects to the Wolfram Alpha API to answer questions by querying the computational knowledge engine

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

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

  1. Components
    1. Prompts
    2. Tools
  2. Configuration
    1. Development
      1. Debugging
    ID: q5fud9cttp