Cricinfo Mcp
About
A simple MCP server to scrape cricket series information from Cricinfo's series archive
Details
- Author
- sa2812
- Downloads
- 310
- Categories
- Other
Jump to
- Provides access to the ESPN Cricinfo series archive via MCP.
- Accepts a year as input.
- Fetches data for the given year and the preceding/following years.
- Returns scraped data as structured dataclasses.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cricinfo McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Usage involves invoking a tool that accepts a year parameter. The server then fetches and returns structured series data for that year and the surrounding years. No specific installation or configuration commands are detailed in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cricinfo mcp": {
"Cricinfo MCP": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/cricinfo-mcp",
"run",
"server.py"
]
}
}
}
}
McpServers
{
"Cricinfo MCP": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/cricinfo-mcp",
"run",
"server.py"
]
}
}
Cricinfo MCP Server
This repository contains a simple MCP server with a tool to access the ESPN Cricinfo series archive.
Upon entering a year, a web request is made to the Cricinfo series page for the year (and the preceeding and following years for series that span the New Year). This is returned as a list of structured dataclasses from data that is scraped on the page.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



