Skip to main content
Glama
shiquda

mediawiki-mcp-server

by shiquda

미디어위키 MCP 서버 🚀

대장간 배지

위키백과 API와 원활하게 연동되는 MCP 서버입니다. 이 도구를 사용하면 LLM을 사용하여 위키백과 콘텐츠를 검색하고 불러올 수 있습니다! 🤖!

https://github.com/user-attachments/assets/b5d9c5f3-a60e-48ea-8b4b-f1a7524d4fbb

특징 ✨

  • 🔍 사용자 정의 가능한 위키 사이트로 위키 페이지를 검색하세요. 예: wikipedia.org, fandom.com, wiki.gg 등!

  • 📖 자세한 페이지 콘텐츠 검색

Related MCP server: mediawiki-mcp-server

사용법 💻

  1. 장치에 uv가 설치되어 있는지 확인하세요.

  2. 클라이언트에서 구성:

서버는 기본적으로 https://en.wikipedia.org/를 사용합니다. 또한, 서버가 다른 위키 사이트를 검색하도록 설정할 수도 있습니다!

위키 사이트가 이 서버에서 작동하는지 확인하려면 MediaWiki 소프트웨어를 사용하는지 확인하세요(일반적으로 사이트 하단에 아이콘으로 표시됨).

더 자세히 확인하고 엔드포인트(일반적으로 https://mediawiki.org/ 와 같은 웹사이트 도메인)를 찾으려면 브라우저에서 base-url/rest.php/v1/page(예: https://noita.wiki.gg/rest.php/v1/page )로 이동하여 출력이 제대로 표시되는지 확인하세요. 출력이 제대로 표시되지 않으면 기본 URL에 '/w'를 추가하고 다시 시도해 보세요.

그런 다음 이 엔드포인트를 --base-url로 설정합니다.

지엑스피1

또는 소스에서 이 서버를 실행하려면 다음을 수행합니다.

{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "command": "uv",
      "args": [
        "run",
        "--directory", 
        "mediawiki-mcp-server",
        "path/to/project/src/mediawiki_mcp_server",
        "--base-url", "https://example.com/"
      ],
      "env": {
        "HTTP_PROXY": "http://example.com:port"
      }
    }
  }
}

지원되는 도구 🛠

찾다

  • query : 검색어(가급적 짧고 집중적)

  • limit : 반환할 결과의 최대 개수(기본값: 5)

페이지 가져오기

  • title : 검색할 위키피디아 페이지의 정확한 제목

개발 👨‍💻

npx @modelcontextprotocol/inspector uv run mediawiki-mcp-server

도움이 될 만한 몇 가지 문서는 다음과 같습니다.

기여하기 🤝

이 서버는 개발 중입니다. 기여를 환영합니다! 이슈를 제출하거나 풀 리퀘스트를 보내주세요.

관련 프로젝트 ♥️

  • Cherry Studio : 여러 LLM 제공업체를 지원하는 데스크톱 클라이언트입니다. MCP도 지원됩니다.

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server for Wiki.js projects that enables full-text search, page retrieval, and page management capabilities. It allows LLMs to interact with wiki content through specialized tools for searching, listing, and creating pages.
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for persistent, compounding markdown wikis maintained by LLMs. Enables incremental knowledge base building with interlinked pages, search, and raw source management.
    16
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

View all MCP Connectors

Latest Blog Posts

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/shiquda/mediawiki-mcp-server'

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