Cover image
Try Now
2025-04-10

MCP服务器与SwytchCode交互

3 years

Works with Finder

1

Github Watches

1

Github Forks

0

Github Stars

Swytchcode MCP server

Model Context Protocol (MCP) server implementation to interact with Swytchcode.

Index

  1. Requirements
  2. Obtain Swytchcode API Key
  3. Installation
  4. Configuration with Claude Desktop
  5. Invoking from Claude Desktop

Requirements

Obtain Swytchcode API Key

Open api_key.sh file and replace the following parameters with your own

EMAIL="USERNAME"
PASSWORD="PASSWORD"

Run the following command to obtain the Swytchcode API key

# Permissions
chmod +x api_key.sh

# Execute script
./api_key.sh

Note: Ensure jq is installed on your system

Replace the value with your actual key in index.ts file

const SWYTCHCODE_API_KEY = "YOUR KEY"

Installation

cd swytchcode-mcp-server

# install dependencies
npm install

# build project
npm run build

Configuration with Claude Desktop

Mac/Linux

Open the file with any code editor. We are using VSC in our case

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

and paste the following after modifying the path to your script

{
    "mcpServers": {
        "swytchcode": {
            "command": "node",
            "args": [
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/swytchcode-mcp-server/build/index.js"
            ]
        }
    }
}

Windows

Open the following file

code $env:AppData\Claude\claude_desktop_config.json

and paste the following after modifying the path to your script

{
    "mcpServers": {
        "swytchcode": {
            "command": "node",
            "args": [
                "C:\\PATH\\TO\\PARENT\\FOLDER\\swytchcode-mcp-server\\build\\index.js"
            ]
        }
    }
}

Invoking from Claude Desktop

Restart Calude Desktop after the changes are made to the claude_desktop_config.json file. You should now see 2 new tools installed

  1. swytchcode-generate-code
  2. swytchcode-list-options

Try running the following command

list workflows stripe:v3 *

If you see an output, then congratulations! you have installed Swytchcode MCP server successfully 🎉🎉

You can find all the available commands here

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

    Reviews

    5 (1)
    Avatar
    user_xp0QxMXl
    2025-04-16

    As a dedicated user of the Swytchcode-MCP-Server, I am thoroughly impressed by its robust performance and user-friendly features. Developed by Swytchcode, this server provides seamless integration and exceptional reliability for managing my applications. The extensive documentation and active support community make it easy to get started and troubleshoot any issues. Highly recommend for anyone looking for a dependable MCP server solution!