Stakpak MCP Server
Lightweight MCP server to give you access to the Stakpak API.
Overview
Stakpak MCP Server is a lightweight server that provides access to the Stakpak API, enabling developers to integrate and utilize its functionalities in their applications.
To use the Stakpak MCP Server, you need to configure it in your project settings by adding it to the respective configuration files for different environments like Claude Desktop, Cursor, or Windsurf, and provide your Stakpak API key.
- Lightweight and easy to integrate with various development environments. - Supports multiple tools for interacting with the Vercel API. - Provides commands for generating infrastructure code and setting up development environments.
- Integrating Stakpak API functionalities into web applications.
- Automating infrastructure code generation for projects.
- Setting up development environments quickly with predefined configurations.
Add to your AI client
Use these steps to connect Stakpak MCP Server 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": {
"mcp-stakpak": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-stakpak"
]
}
}
}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": {
"mcp-stakpak": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-stakpak"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-stakpak": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-stakpak"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-stakpak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-stakpak"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-stakpak": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-stakpak"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-stakpak": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-stakpak"
]
}
}
}FAQ
How do I install the Stakpak MCP Server?
You can install it by adding the appropriate configuration to your project settings and using the command line to set it up.
Is there a specific API key required?
Yes, you need to provide your Stakpak API key in the configuration to access the API functionalities.
Can I use it with different IDEs?
Yes, the MCP server can be integrated with various IDEs like Cursor and Windsurf.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2267,"uuid":"6e42aedc-f13d-471a-b0bf-f9514a28bffe","name":"mcp","title":"Stakpak MCP Server","description":"Lightweight MCP server to give you access to the Stakpak API.","avatar_url":"https://avatars.githubusercontent.com/u/86326525?v=4","created_at":"2025-03-09T07:15:52.347Z","updated_at":"2025-03-12T10:21:43.159Z","status":"created","author_name":"stakpak","author_avatar_url":"https://avatars.githubusercontent.com/u/86326525?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/stakpak/mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-25 16:06:06\"}","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"}]]}]