Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Model Context Protocol (MCP) server for MediaWiki MediaWiki MCP Server $1 $1 $1 An MCP (Model Context Protocol) server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki. Feature Tools | Name | Description | Permissions | |---|---|---| | add-wiki | Adds a new wiki as an MCP resource from a URL. | - | | create-page ๐ | Create a new wiki page. | Create, edit, and move pages | | delete-page ๐ | Delete a wiki page. | Delete pages, revi Capability contract not published. No trust telemetry is available yet. 60 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
@professional-wiki/mediawiki-mcp-server is best for modelcontextprotocol, mcp, mediawiki workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
Model Context Protocol (MCP) server for MediaWiki MediaWiki MCP Server $1 $1 $1 An MCP (Model Context Protocol) server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki. Feature Tools | Name | Description | Permissions | |---|---|---| | add-wiki | Adds a new wiki as an MCP resource from a URL. | - | | create-page ๐ | Create a new wiki page. | Create, edit, and move pages | | delete-page ๐ | Delete a wiki page. | Delete pages, revi
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 60 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Professionalwiki
Artifacts
0
Benchmarks
0
Last release
0.6.5
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 60 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/ProfessionalWiki/MediaWiki-MCP-Server.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Professionalwiki
Protocol compatibility
MCP
Adoption signal
60 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
json
{
"resources": [
{
"uri": "mcp://wikis/en.wikipedia.org",
"name": "wikis/en.wikipedia.org",
"title": "Wikipedia",
"description": "Wiki \"Wikipedia\" hosted at https://en.wikipedia.org"
}
]
}json
{
"contents": [
{
"uri": "mcp://wikis/en.wikipedia.org",
"mimeType": "application/json",
"text": "{ \"sitename\":\"Wikipedia\",\"server\":\"https://en.wikipedia.org\",\"articlepath\":\"/wiki\",\"scriptpath\":\"/w\",\"private\":false }"
}
]
}json
{
"defaultWiki": "en.wikipedia.org",
"wikis": {
"en.wikipedia.org": {
"sitename": "Wikipedia",
"server": "https://en.wikipedia.org",
"articlepath": "/wiki",
"scriptpath": "/w",
"token": null,
"username": null,
"password": null,
"private": false
}
}
}bash
npx -y @smithery/cli install @ProfessionalWiki/mediawiki-mcp-server --client claude
json
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"env": {
"CONFIG": "path/to/config.json"
}
}
}
}bash
code --add-mcp '{"name":"mediawiki-mcp-server","command":"npx","args":["@professional-wiki/mediawiki-mcp-server@latest"]}'Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
Model Context Protocol (MCP) server for MediaWiki MediaWiki MCP Server $1 $1 $1 An MCP (Model Context Protocol) server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki. Feature Tools | Name | Description | Permissions | |---|---|---| | add-wiki | Adds a new wiki as an MCP resource from a URL. | - | | create-page ๐ | Create a new wiki page. | Create, edit, and move pages | | delete-page ๐ | Delete a wiki page. | Delete pages, revi
An MCP (Model Context Protocol) server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki.
| Name | Description | Permissions |
|---|---|---|
| add-wiki | Adds a new wiki as an MCP resource from a URL. | - |
| create-page ๐ | Create a new wiki page. | Create, edit, and move pages |
| delete-page ๐ | Delete a wiki page. | Delete pages, revisions, and log entries |
| get-category-members | Gets all members in the category | - |
| get-file | Returns the standard file object for a file page. | - |
| get-page | Returns the standard page object for a wiki page. | - |
| get-page-history | Returns information about the latest revisions to a wiki page. | - |
| get-revision | Returns the standard revision object for a page. | - |
| remove-wiki | Removes a wiki resource. | - |
| search-page | Search wiki page titles and contents for the provided search terms. | - |
| search-page-by-prefix | Perform a prefix search for page titles. | - |
| set-wiki | Sets the wiki resource to use for the current session. | - |
| undelete-page ๐ | Undelete a wiki page. | Delete pages, revisions, and log entries |
| update-page ๐ | Update an existing wiki page. | Edit existing pages |
| upload-file ๐ | Uploads a file to the wiki from the local disk. | Upload new files |
| upload-file-from-url ๐ | Uploads a file to the wiki from a web URL. | Upload, replace, and move files |
mcp://wikis/{wikiKey}
token, username, password) are never exposed in resource content.add-wiki/remove-wiki, the server sends notifications/resources/list_changed so clients refresh.{
"resources": [
{
"uri": "mcp://wikis/en.wikipedia.org",
"name": "wikis/en.wikipedia.org",
"title": "Wikipedia",
"description": "Wiki \"Wikipedia\" hosted at https://en.wikipedia.org"
}
]
}
</details>
<details><summary>Example read result</summary>
{
"contents": [
{
"uri": "mcp://wikis/en.wikipedia.org",
"mimeType": "application/json",
"text": "{ \"sitename\":\"Wikipedia\",\"server\":\"https://en.wikipedia.org\",\"articlepath\":\"/wiki\",\"scriptpath\":\"/w\",\"private\":false }"
}
]
}
</details>
| Name | Description | Default |
|---|---|---|
| CONFIG | Path to your configuration file | config.json |
| MCP_TRANSPORT | Type of MCP server transport (stdio or http) | stdio |
| PORT | Port used for StreamableHTTP transport | 3000 |
Note: Config is only required when interacting with a private wiki or using authenticated tools.
Create a config.json file to configure wiki connections. Use the config.example.json as a starting point.
{
"defaultWiki": "en.wikipedia.org",
"wikis": {
"en.wikipedia.org": {
"sitename": "Wikipedia",
"server": "https://en.wikipedia.org",
"articlepath": "/wiki",
"scriptpath": "/w",
"token": null,
"username": null,
"password": null,
"private": false
}
}
}
| Field | Description |
|---|---|
| defaultWiki | The default wiki identifier to use (matches a key in wikis) |
| wikis | Object containing wiki configurations, keyed by domain/identifier |
| Field | Required | Description |
|---|---|---|
| sitename | Yes | Display name for the wiki |
| server | Yes | Base URL of the wiki (e.g., https://en.wikipedia.org) |
| articlepath | Yes | Path pattern for articles (typically /wiki) |
| scriptpath | Yes | Path to MediaWiki scripts (typically /w) |
| token | No | OAuth2 access token for authenticated operations (preferred) |
| username | No | Bot username (fallback when OAuth2 is not available) |
| password | No | Bot password (fallback when OAuth2 is not available) |
| private | No | Whether the wiki requires authentication to read (default: false) |
For tools marked with ๐, authentication is required.
Preferred method: OAuth2 Token
Special:OAuthConsumerRegistration/propose/oauth2 on your wikitoken to your wiki configuration in config.jsonNote: OAuth2 requires the OAuth extension to be installed on the wiki.
Fallback method: Username & Password
If OAuth2 is not available on your wiki, you can use bot credentials (from Special:BotPasswords ) instead of the OAuth2 token.
To install MediaWiki MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @ProfessionalWiki/mediawiki-mcp-server --client claude
</details>
<details>
<summary><b>Install in Claude Desktop</b></summary>
Follow the guide, use following configuration:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"env": {
"CONFIG": "path/to/config.json"
}
}
}
}
</details>
<details><summary><b>Install in VS Code</b></summary>
code --add-mcp '{"name":"mediawiki-mcp-server","command":"npx","args":["@professional-wiki/mediawiki-mcp-server@latest"]}'
</details>
<details>
<summary><b>Install in Cursor</b></summary>
Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @professional-wiki/mediawiki-mcp-server. You can also verify config or add command like arguments via clicking Edit.
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"env": {
"CONFIG": "path/to/config.json"
}
}
}
}
</details>
<details>
<summary><b>Install in Windsurf</b></summary>
Follow the guide, use following configuration:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"env": {
"CONFIG": "path/to/config.json"
}
}
}
}
</details>
<details>
<summary><b>Install in Claude Code</b></summary>
Follow the Claude Code MCP docs.
Run the below command, optionally with -e flags to specify environment variables.
claude mcp add mediawiki-mcp-server npx @professional-wiki/mediawiki-mcp-server@latest
You should end up with something like the below in your .claude.json config:
"mcpServers": {
"mediawiki-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"env": {
"CONFIG": "path/to/config.json"
}
}
},
</details>
๐ Develop with Docker: Replace the
npm runpart of the command withmake(e.g.make inspector).
Test and debug the MCP server without a MCP client and LLM.
To start the development server and the MCP Inspector together:
npm run inspector
The command will build and start the MCP Proxy server locally at 6277 and the MCP Inspector client UI at http://localhost:6274.
Test and debug the MCP server, with a built-in MCP client and support for different LLMs.
To start the development server and the MCP Inspector together:
npm run mcpjam
To enable your MCP client to use this MediaWiki MCP Server for local development:
Install the MCP server on your MCP client.
Change the command and args values as shown in the mcp.json file (or mcp.docker.json if you prefer to run the MCP server in Docker).
Run the dev command so that the source will be compiled whenever there is a change:
npm run dev
To release a new version:
<details> <summary><b>1. Use npm version to create a release</b></summary># For patch release (0.1.1 โ 0.1.2)
npm version patch
# For minor release (0.1.1 โ 0.2.0)
npm version minor
# For major release (0.1.1 โ 1.0.0)
npm version major
# Or specify exact version
npm version 0.2.0
This command automatically:
package.json and package-lock.jsonserver.json, mcpb/manifest.json, Dockerfile (via the version script)v0.2.0)git push origin master --follow-tags
The release GitHub workflow will trigger automatically:
.mcpb and publish to GitHubContributions are welcome! Please feel free to submit a pull request or open an issue for bugs, feature requests, or suggestions.
This project is licensed under the MIT License. See the LICENSE file for details.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T03:34:18.798Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "modelcontextprotocol",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "mediawiki",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "wiki",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "wikipedia",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "wikimedia",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "knowledge",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "wikibase",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "smw",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cli",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile capability:modelcontextprotocol|supported|profile capability:mcp|supported|profile capability:mediawiki|supported|profile capability:wiki|supported|profile capability:wikipedia|supported|profile capability:wikimedia|supported|profile capability:knowledge|supported|profile capability:wikibase|supported|profile capability:smw|supported|profile capability:cli|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Professionalwiki",
"href": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server",
"sourceUrl": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:11:22.512Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T03:11:22.512Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "60 GitHub stars",
"href": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server",
"sourceUrl": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:11:22.512Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-professionalwiki-mediawiki-mcp-server/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to @professional-wiki/mediawiki-mcp-server and adjacent AI workflows.