Skip to main content
Glama

MediaWiki MCP Server

by harugon

MediaWiki MCP 서버

MediaWiki MCP 서버는 Claude와 같은 AI 어시스턴트가 MediaWiki 인스턴스와 상호 작용할 수 있는 강력한 도구 세트를 제공합니다.

주요 기능

  • 페이지 콘텐츠 가져오기 : Wiki 페이지의 HTML 내용과 메타데이터 가져오기
  • Wiki 검색 : 키워드를 기반으로 페이지 검색
  • 카테고리 정보 가져오기 : 페이지 카테고리 정보 가져오기
  • 링크 분석 : 페이지에서 내부 링크 추출

전제 조건

  • Node.js 18 이상
  • npm 또는 yarn

사용방법

설치

Claude 설정에서 사용 예

claude_desktop_config.json Claude 구성 파일의 설정 예 :

{ "mcpServers": { "mediawiki": { "command": "npm", "args": ["@harugon/mediawiki-mcp-server"], "env": { "MEDIAWIKI_PROTOCOL": "https", "MEDIAWIKI_SERVER": "ja.wikipedia.org", "MEDIAWIKI_PATH": "/w", "MEDIAWIKI_USER_AGENT": "MediaWiki-MCP-Server/1.0", "MEDIAWIKI_CONCURRENCY": "3", "DEBUG": "1" } } } }

사용 가능한 기능

환경 변수 목록

환경 변수 이름필수기본값설명
MEDIAWIKI_PROTOCOL×httpsMediaWiki 서버와의 통신 프로토콜
MEDIAWIKI_SERVER-MediaWiki 서버의 호스트 이름(예: ko.wikipedia.org)
MEDIAWIKI_PATH×/wMediaWiki 경로
MEDIAWIKI_USERNAME×-로그인을 위한 사용자 이름
MEDIAWIKI_PASSWORD×-로그인을 위한 비밀번호
MEDIAWIKI_USER_AGENT×MediaWiki-MCP-Server/1.0API 요청 시 사용자 에이전트
MEDIAWIKI_CONCURRENCY×3동시 연결 수 제한
DEBUG×0디버그 모드(1에서 유효)

알려진 문제

  • 기사가 너무 크면 페이지 검색에 실패 할 수 있습니다 (청크 기능 필요)
  • nodemw에 의존하기 때문에 기능에 제한이 있습니다.

링크

-
security - not tested
F
license - not found
-
quality - not tested

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.

A tool that enables AI assistants like Claude to interact with MediaWiki instances by retrieving page content, performing searches, and analyzing wiki information through the MediaWiki API.

  1. 주요 기능
    1. 전제 조건
      1. 사용방법
        1. 설치
        2. Claude 설정에서 사용 예
      2. 사용 가능한 기능
        1. 환경 변수 목록
          1. 알려진 문제
            1. 링크

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                Enables AI assistants to perform up-to-date web searches through the Tavily API, providing comprehensive search results with AI-generated summaries.
                Last updated -
                5
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                A server that connects Claude to your documentation via Inkeep's API, enabling AI-powered interactions with your documentation content.
                Last updated -
                5
                Python
                MIT License
                • Apple
                • Linux
              • A
                security
                A
                license
                A
                quality
                An interface that enables Claude AI to interact with the esa API for searching, creating, and updating documents through the Model Context Protocol.
                Last updated -
                10
                194
                3
                JavaScript
                MIT License
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                A server implementation for interacting with Wikidata API using the Model Context Protocol, providing tools for searching identifiers, extracting metadata, and executing SPARQL queries.
                Last updated -
                5
                8
                Python
                MIT License

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

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