MediaWiki Syntax MCP Server
This MCP server provides complete MediaWiki markup syntax documentation by dynamically fetching and consolidating information from official MediaWiki help pages. It enables LLMs to access up-to-date and comprehensive MediaWiki syntax information.
README
MediaWiki Syntax MCP Server
<a href="https://deepwiki.com/kongyo2/MediaWiki-Syntax-MCP"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
<a href="https://glama.ai/mcp/servers/@kongyo2/MediaWiki-Syntax-MCP"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@kongyo2/MediaWiki-Syntax-MCP/badge" alt="MediaWiki Syntax Server MCP server" /> </a>
A comprehensive MediaWiki syntax documentation server built with FastMCP.
This MCP server provides complete MediaWiki markup syntax documentation by dynamically fetching and consolidating information from official MediaWiki help pages. It enables LLMs to access up-to-date and comprehensive MediaWiki syntax information.
Features
- Comprehensive Coverage: Fetches syntax information from multiple official MediaWiki help pages
- Dynamic Updates: Always provides current documentation from MediaWiki.org
- Clean Content: Extracts only the essential syntax information, removing navigation and metadata
- Structured Output: Organizes syntax information by categories (formatting, links, tables, etc.)
Development
To get started, clone the repository and install the dependencies.
git clone https://github.com/kongyo2/mediawiki-syntax-mcp.git
cd mediawiki-syntax-mcp
npm install
npm run dev
Usage
Start the server
If you simply want to start the server, you can use the start script.
npm run start
However, you can also interact with the server using the dev script.
npm run dev
This will start the server and allow you to interact with it using CLI.
Available Tools
The server provides one main tool:
- get-mediawiki-syntax: Retrieves comprehensive MediaWiki syntax documentation
format(optional): "complete" for full documentation (default) or "summary" for condensed version
Testing
npm run test
The tests verify that the server module can be properly imported and initialized.
Linting
Having a good linting setup reduces the friction for other developers to contribute to your project.
npm run lint
This boilerplate uses Prettier, ESLint and TypeScript ESLint to lint the code.
Formatting
Use npm run format to format the code.
npm run format
MediaWiki Syntax Coverage
This server fetches syntax documentation from the following official MediaWiki help pages:
- Text Formatting: Basic text formatting, headings, lists, and markup
- Links: Internal links, external links, interwiki links, and piped links
- Tables: Table creation and formatting syntax
- Images and Media: Image embedding, sizing, and media file syntax
- Templates: Template usage, parameters, and transclusion
- Categories: Category assignment and organization
- Magic Words: Variables, parser functions, and behavior switches
- Citations and References: Reference and citation syntax
Configuration
The server is designed to work out of the box with no configuration required. It dynamically fetches content from MediaWiki.org using the MediaWiki API, similar to the approach used in wikipedia-mcp.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.