Offline Cline Marketplace
A project to periodically synchronize MCP servers from the official Cline Marketplace.
hangboss1761
README
Offline Cline Marketplace
This project aims to periodically synchronize MCP servers from the official Cline Marketplace.
Installation
Use the following command to install dependencies:
npm install
Usage
Use the following command to start the project:
npm start
Database Structure
The mcp_services.db
database contains the following tables:
1. services
- mcpId: TEXT PRIMARY KEY - Unique identifier for each service.
- name: TEXT - Name of the MCP service.
- description: TEXT - Description of the MCP service.
- author: TEXT - Author of the service.
- githubUrl: TEXT - URL to the service's GitHub repository.
- logoUrl: TEXT - URL to the service's logo.
- category: TEXT - Category of the service.
- tags: TEXT - Tags associated with the service (stored as a JSON string).
- requiresApiKey: BOOLEAN - Indicates if the service requires an API key.
- isRecommended: BOOLEAN - Indicates if the service is recommended.
- githubStars: INTEGER - Number of stars on GitHub.
- downloadCount: INTEGER - Number of times the service has been downloaded.
- createdAt: TEXT - Timestamp when the service was created.
- updatedAt: TEXT - Timestamp when the service was last updated.
2. service_details
- mcpId: TEXT PRIMARY KEY - Unique identifier for each service (foreign key referencing
services
). - githubUrl: TEXT - URL to the service's GitHub repository.
- name: TEXT - Name of the MCP service.
- author: TEXT - Author of the service.
- description: TEXT - Description of the MCP service.
- codiconIcon: TEXT - URL to the service's codicon icon.
- logoUrl: TEXT - URL to the service's logo.
- category: TEXT - Category of the service.
- tags: TEXT - Tags associated with the service (stored as a JSON string).
- requiresApiKey: BOOLEAN - Indicates if the service requires an API key.
- readmeContent: TEXT - Content of the service's README.
- llmsInstallationContent: TEXT - Installation content for LLMs.
- isRecommended: BOOLEAN - Indicates if the service is recommended.
- githubStars: INTEGER - Number of stars on GitHub.
- createdAt: TEXT - Timestamp when the service details were created.
- updatedAt: TEXT - Timestamp when the service details were last updated.
- lastGithubSync: TEXT - Timestamp of the last synchronization with GitHub.
Recommended Servers
Google Drive MCP Server
Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.

AWS MCP Server
A Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 and DynamoDB services through natural language commands.
mcp-gsuite
MCP server to interact with Google produts.

Filesystem MCP Server
A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.
Google Drive MCP Server
Integrates with Google Drive to enable listing, searching, and reading files, plus reading and writing to Google Sheets.

MCP TODO Checklist Server
A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.

s3-tools
An MCP server that provides tools for interacting with AWS S3 buckets, enabling direct access to S3 operations through the Model Context Protocol.
Azure MCP Server
This server implements the Model Context Protocol for seamless interaction with Azure Blob Storage and Cosmos DB, enabling automatic logging and audit tracking of operations.
Box MCP Server
The Box MCP Server facilitates searching and reading PDF and Word files in Box using Developer Token authentication.
MCP JSON Document Collection Server
A Model Context Protocol server that allows creation and management of multiple Fireproof JSON databases with CRUD operations, querying capabilities, and cloud synchronization for sharing databases with others.