MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Developer Tools
  4. /Swytchcode Mcp Server
Swytchcode Mcp Server

Swytchcode Mcp Server

作成者 Swytchcode•4 months ago
サイトを訪問する

MCP server to interact with Swytchcode

Developer Tools
swytchcodeMCPserver

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
    • Mac/Linux
    • Windows
  5. Invoking from Claude Desktop

Requirements

  • Node.js
  • SWYTCHCODE_API_KEY: To interact with Sywtchcode APIs, you’ll need to have an account with Swytchcode.

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

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Developer Toolsの知識

おすすめのサーバー

Datagov Mcp Server

Datagov Mcp Server

An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.

Nmap Mcp Server

Nmap Mcp Server

A Model Context Protocol (MCP) server that enables AI assistants to perform network scanning operations using NMAP

Gitlab Mcp

Gitlab Mcp

gitlab mcp

もっと見る → →

詳細

作成日

March 06, 2025

最終更新日

March 07, 2025

カテゴリー

Developer Tools

作成者

Swytchcode

シェアする

もっと見る

Mcp 3d Printer Server

Mcp 3d Printer Server

Connects MCP to major 3D printer APIs (Orca, Bambu, OctoPrint, Klipper, Duet, Repetier, Prusa, Creality). Control prints, monitor status, and perform advanced STL operations like scaling, rotation, sectional editing, and base extension. Includes slicing and visualization.

Hh Jira Mcp Server

Hh Jira Mcp Server

Mcp Qdrant Memory

Mcp Qdrant Memory

MCP server providing a knowledge graph implementation with semantic search capabilities powered by Qdrant vector database

Mcp Selenium

Mcp Selenium

An MCP implementation for Selenium WebDriver