MCP Server Data Updater
Overview
MCP Server Data Updater is a Python script designed to fetch and parse Model Context Protocol (MCP) server data from the Awesome MCP Servers repository, saving the details in a structured JSON format.
To use the MCP Server Data Updater, clone the repository, install the required Python libraries, and run the script to fetch the latest server data. The output will be saved in a JSON file named mcp_servers.json.
- Automated data fetching from the Awesome MCP Servers repository. - Structured JSON output for easy integration. - Scheduled updates via GitHub Workflow to run the script every 8 hours.
- Keeping an up-to-date list of MCP servers for developers.
- Integrating MCP server data into other applications or tools.
- Automating the process of data collection for research or analysis.
Add to your AI client
Use these steps to connect MCP Server Data Updater in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"awesome-mcp-server-index-shiquda": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-server-index-shiquda"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"awesome-mcp-server-index-shiquda": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-server-index-shiquda"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"awesome-mcp-server-index-shiquda": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-server-index-shiquda"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"awesome-mcp-server-index-shiquda": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-server-index-shiquda"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"awesome-mcp-server-index-shiquda": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-server-index-shiquda"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"awesome-mcp-server-index-shiquda": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-server-index-shiquda"
]
}
}
}FAQ
What are the prerequisites to run the script?
You need Python 3.9 or higher and the `requests` library installed.
How does the GitHub Workflow work?
The workflow runs the script every 8 hours and commits the updated JSON file to the repository automatically.
Can I contribute to this project?
Yes! Contributions are welcome, and you can submit issues or pull requests.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3410,"uuid":"2bdaf59a-6028-4ffe-92a0-3035c8fdcd5b","name":"awesome-mcp-server-index","title":"MCP Server Data Updater","description":"","avatar_url":"https://avatars.githubusercontent.com/u/104683621?v=4","created_at":"$D2025-03-19T10:40:02.689Z","updated_at":"$D2025-03-19T10:43:51.754Z","status":"created","author_name":"shiquda","author_avatar_url":"https://avatars.githubusercontent.com/u/104683621?v=4","tags":"python,mcp,mcp-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/shiquda/awesome-mcp-server-index","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-21 08:25:04\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]