A favicon of Ejemplo MCP Server

Ejemplo MCP Server

Provide a lightweight MCP server implementation using Bun runtime to enable integration of LLMs with external tools and resources. Simplify running and testing MCP servers with minimal setup and dependencies. Facilitate rapid development of MCP-compliant services with TypeScript and modern JavaScript tooling.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install dragon88888888888/ejemplo-mcp -c claude

This command will automatically install and configure the Ejemplo MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Ejemplo MCP Server": {
      "command": "npx",
      "args": [
        "-y",
        "package"
      ],
      "env": {}
    }
  }
}

package

smithery badge

To install dependencies:

bun install

To run:

bun run main.ts

This project was created using bun init in bun v1.1.38. Bun is a fast all-in-one JavaScript runtime.

Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    7 months ago
  • Repository age


    7 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Ejemplo MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Ejemplo MCP Server: MCP Server – MCP.Bar