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 claudeThis 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 claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Ejemplo MCP Server": {
"command": "npx",
"args": [
"-y",
"package"
],
"env": {}
}
}
}package
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.
Details:
Stars
0Forks
0Last commit
7 months agoRepository age
7 months
Auto-fetched from GitHub .
MCP servers similar to Ejemplo MCP Server:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit