Google Sheets
Integrates with Google Drive and Google Sheets to create, read, update, and manage spreadsheets with...
Go to the Google Cloud Console
- Visit https://console.cloud.google.com/.
- Log in with your Google account.
Create or Select a GCP Project
- In the top menu, select an existing project or click on the project dropdown and choose "New Project" to create one.
Enable Necessary APIs
- Navigate to “APIs & Services” > “Library.”
- Search for and enable:
- Google Sheets API
- Google Drive API
Create a Service Account (Recommended for Automation)
- Go to “IAM & Admin” > “Service Accounts.”
- Click + CREATE SERVICE ACCOUNT.
- Enter a name (e.g.,
mcp-sheets-service) and description. - Click "Create and Continue."
- Grant this service account access to project:
- Add the Editor role (or more granular, e.g., “Drive File” and “Sheets” roles for stricter permissions).
- Click "Continue" then "Done."
Download the Service Account JSON Key
- In the service accounts list, find your newly created account.
- Click the three dots under “Actions” and select “Manage keys.”
- Under the "Keys" tab, click ADD KEY > "Create new key" > choose JSON > CREATE.
- The JSON key file will download. Save this file securely.
Create and Share a Google Drive Folder
- Go to Google Drive.
- Click "+ New" > "Folder" and give it a name (e.g., "AI Managed Sheets").
- Open the folder and copy the Folder ID from the URL:
For example, inhttps://drive.google.com/drive/folders/THIS_IS_THE_FOLDER_ID,THIS_IS_THE_FOLDER_IDis the value you need. - Right-click the folder > "Share" > enter the service account’s email (found in your JSON key under
client_email). - Grant Editor access, uncheck "Notify people," and click "Share."
Fill In Your Values In The FastMCP Connection Interface
- Use your button (“Install Now”) to add environment variables.
- Fill in the fields as follows:
- SERVICE_ACCOUNT_PATH: Enter the path to your downloaded service account JSON key file.
- DRIVE_FOLDER_ID: Enter the folder ID of the Google Drive folder you just created.
(If using “CREDENTIALS_CONFIG” instead: Convert the content of your JSON file to Base64 and use that string, per advanced instructions in the README.)
Save and Connect
- Complete the FastMCP server setup by saving/proceeding.
- You are now ready to connect your client!
Note:
- Use the "Service Account" method for most server and automation scenarios.
- For detailed steps on OAuth or alternative methods, see the README sections above.
- If you get a “spawn uvx ENOENT” error on macOS, use the full path to
uvxas described.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Productivity
View All →Task Master
Task Master is an AI-powered task management system designed for development projects using Claude and Cursor AI. It helps break down product requirements into clear, manageable tasks, supports multiple AI models for main, research, and fallback roles, and enables seamless task planning, implementation, and research within your editor environment. With support for Claude Code CLI and integration across popular editors, Task Master streamlines project workflows by guiding you through parsing PRDs, generating tasks, and staying updated with best practices - all while enhancing productivity in AI-driven software development.
Notion
Unlock powerful AI-driven interactions with Notion data using our MCP server tailored for the Notion API. This project enables advanced AI agents to efficiently read, comment, and organize Notion content while optimizing token use. It supports key operations like searching, page creation, and content retrieval, allowing seamless natural language commands to manage your workspace. Designed with security in mind, it provides scoped access options to protect your data. Ideal for developers building intelligent applications that integrate deeply with Notion, it simplifies complex tasks and enhances productivity through AI automation.
Excel
Unlock powerful Excel automation with this MCP server that reads and writes Excel files effortlessly. It supports text, formulas, sheet creation, and works with XLSX, XLSM, XLTX, and XLTM formats. Windows users benefit from live editing and screen capture features. The server offers tools to describe sheets, read cell ranges with pagination, write values or formulas, create tables, and copy sheets. Configurable paging limits help manage large data efficiently. Designed for seamless Excel data manipulation, it enhances workflow automation and integration with other systems through the Model Context Protocol.
TaskManager
Manage and execute tasks efficiently with MCP TaskManager in a queue-based system. This server supports planning by accepting and organizing task lists, and execution by delivering tasks one at a time with feedback on completion. It tracks tasks via unique IDs, ensuring smooth workflow coordination through clear stages: planning, executing, and completing. Designed for integration with MCP clients like Claude Desktop, TaskManager simplifies complex task handling and improves automation by providing structured task queues and real-time updates. Its straightforward action parameters allow easy control over task flow, making it a powerful tool for effective task management.
More for Automation
View All →Meta Ads
Unlock AI-driven insights and control for your Meta ad campaigns across Facebook and Instagram. Meta Ads MCP enables large language models to analyze performance, visualize creatives, and provide strategic recommendations through a unified interface. Manage campaigns, ad sets, and ads with actionable feedback on budget allocation, targeting, and creative improvements. Compatible with any MCP client and supports comprehensive campaign management on all Meta platforms. Leverage automated monitoring, creative optimization, and detailed performance metrics to maximize your advertising impact effortlessly.
Blender
Experience seamless AI-powered 3D modeling by connecting Blender with Claude AI via the Model Context Protocol. BlenderMCP enables two-way communication, allowing you to create, modify, and inspect 3D scenes directly through AI prompts. Control objects, materials, lighting, and execute Python code in Blender effortlessly. Access assets from Poly Haven and generate AI-driven models using Hyper3D Rodin. This integration enhances creative workflows by combining Blender’s robust tools with Claude’s intelligent guidance, making 3D content creation faster, interactive, and more intuitive. Perfect for artists and developers seeking AI-assisted 3D design within Blender’s environment.
Jira
Streamline Jira Cloud integration with this modular MCP server for AI and automation tools. Easily list scrum boards, track issues, add comments, fetch user info, and search users. Designed for extensibility and easy contribution, it helps automate workflows and connect Jira data to custom agents or bots. The server supports key Jira functionalities like retrieving server details and managing issues, all wrapped in a clean, TypeScript-based structure. Whether enhancing existing tools or building new automation, this project simplifies interacting with Jira Cloud via the Model Context Protocol.
Mobile Next
Experience seamless mobile automation across iOS and Android devices with Mobile MCP, a fast, platform-agnostic server. It enables interaction with native apps using accessibility data or screenshot analysis, supporting emulators, simulators, and physical devices. Designed for AI agents and large language models, Mobile MCP automates multi-step workflows, extracts structured screen data, and simplifies complex mobile tasks without needing platform-specific knowledge. Its deterministic, lightweight design ensures reliable UI automation and testing, making it an essential tool for developers and automation engineers aiming to scale mobile app interactions effortlessly and intuitively.
Similar MCP Servers
Google Sheets
Integrates with Google Sheets API to provide spreadsheet automation through 25 specialized tools for sheet management, table operations, CRUD functionality, column type management, sorting, and cell manipulation with structured data validation and batch processing capabilities.