This repository contains my Model Context Protocol (MCP) server configurations for both professional and personal use. These configurations are compatible with Cursor, Claude.ai, and Claude Code.
Before setting up MCP servers, ensure you have:
- Node.js: A recent version (recommended: v18 or higher)
- Figma API Key: Required for Figma integration
- Follow the official Figma guide to generate your personal access token
- Cursor: A license
- Claude.ai: A license, preferably Max 5x.
- BrowserMCP: Installed in your browser. Get it here
- Open the command palette using
Cmd+P(Mac) orCtrl+P(Windows/Linux) - Type
>MCPin the command palette - Copy and paste the contents from the
mcp.jsonfile into the configuration
- Navigate to the MCP settings in Claude.ai
- Locate the Atlassian integration option
- Click the Connect button to authenticate your account
To add the browser MCP server to Claude Code, run the following command in your terminal:
claude mcp add browser npx @browsermcp/mcp@latest -s userTo add the Context 7 MCP server to Claude Code, run the following comand.
claude mcp add -s user context7 -- npx -y @upstash/context7-mcp
- For Context 7 for documentation, explicity ask your AI assistant to use Context 7.
- For Figma, it only works with 1:1 Figma urls pasted in.
- In general, ask for the tool to be used.
The mcp.json file contains all server configurations. Make sure to review and customize the settings according to your needs before applying them to your development environment.
If you encounter any issues during setup, please refer to the official documentation for each tool:
Feel free to suggest me new tools through the issues tab :)