Nylas API MCP Server
OfficialExperimental server that implements the Model Context Protocol (MCP) for Nylas API, providing resour...
Open the FastMCP connection interface and click "Install Now"
Click the repository's "Install Now" button to open the FastMCP connection / environment form — you will enter the environment variable names and values into that FastMCP UI.Create or sign in to a Nylas account (v3) and open the v3 Dashboard
Sign in at the Nylas v3 dashboard (https://dashboard-v3.nylas.com) or create an account if you don't have one. This dashboard is where you will retrieve your application credentials. (developer.nylas.com)Create a Nylas application (if you don’t already have one) and copy the Client ID
In the Dashboard Overview / Applications area create a new application (or open an existing app). Copy the application’s client ID and save it — this is the value for NYLAS_CLIENT_ID. (developer.nylas.com)Retrieve your Nylas v3 API key and copy it
In the v3 Dashboard, find or generate the application-wide API key (v3 uses an API key to authenticate API requests). Copy that key — this is the value for NYLAS_API_KEY. Store it securely (do not commit to source control). (developer.nylas.com)Decide whether you need a client secret (v2 only) — usually not for v3
Note: Nylas v3 uses NYLAS_API_KEY for application authentication; Nylas v2 used a client secret (NYLAS_CLIENT_SECRET). Only add NYLAS_CLIENT_SECRET if you are intentionally using older v2 behavior. (developer.nylas.com)(Optional) Set the API region URI if your app uses non-default data residency
If your organization uses a non-US data region, set NYLAS_API_REGION_URI to the appropriate base API URL (default US: https://api.us.nylas.com; EU: https://api.eu.nylas.com). Leave it empty to use the default. (v2-5-0.developer.nylas.com)(If using OAuth flows) Configure your OAuth redirect URI in the Nylas app and set the matching env
If your integration performs OAuth (Connect), add the redirect URI you registered in the Nylas application settings and set the corresponding env (e.g., NYLAS_OAUTH_REDIRECT_URI) in FastMCP. The Connect library requires a working OAuth redirect URI. (developer.nylas.com)Enter the environment variables in the FastMCP form
In the FastMCP connection interface (the form opened by "Install Now") add the variables and values you copied:- NYLAS_API_KEY — (required for v3) your v3 API key.
- NYLAS_CLIENT_ID — your application client ID.
- NYLAS_CLIENT_SECRET — (only if using v2 / legacy) application client secret.
- NYLAS_API_REGION_URI — (optional) region API URL if not using default.
- NYLAS_OAUTH_REDIRECT_URI — (if applicable) the redirect URI you registered.
Fill each variable into the corresponding name/value fields in the FastMCP UI and save.
Save and test the connection
Save the FastMCP environment and start the MCP server (for example, run the MCP command or start the integration in your MCP client). Verify that endpoints that require NYLAS_API_KEY / NYLAS_CLIENT_ID authenticate successfully.Security reminder
Keep these secrets private: do not commit them to version control or share them publicly. Use FastMCP's secure env storage and rotate keys if they are ever exposed. (developer.nylas.com)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
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 API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.