MCP Server
Integrates Google Gemini API to provide AI chat capabilities, enabling conversational AI interactions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Serverwhat is 123 times 456?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server 🚀
A lightweight and extensible Model Context Protocol (MCP) Server built with Node.js and the official MCP SDK. This project exposes custom tools and resources that can be used by MCP-compatible AI clients, enabling seamless integration with external services and AI models.
✨ Features
🔧 Custom MCP tools
🤖 AI model integration
📦 Modular project structure
⚡ Fast and lightweight
🔐 Environment variable support
🌐 JSON-RPC communication
📚 Easy to extend with new tools
📝 Resource support
🛠️ Developer-friendly architecture
Related MCP server: MCP AI Chat LangChain
🛠️ Tech Stack
Node.js
TypeScript
Model Context Protocol (MCP) SDK
Google Gemini API (Optional)
dotenv
📂 Project Structure
mcp-server/
├── src/
│ ├── index.ts
│ ├── tools/
│ ├── resources/
│ ├── handlers/
│ └── utils/
├── package.json
├── tsconfig.json
├── .env.example
├── .gitignore
└── README.md🚀 Installation
Clone the repository:
git clone https://github.com/NavanethaKrishnan-14/<repository-name>.gitNavigate to the project:
cd <repository-name>Install dependencies:
npm install⚙️ Environment Variables
Create a .env file in the project root.
Example:
GEMINI_API_KEY=your_api_keyNever commit your actual
.envfile to GitHub.
▶️ Running the Server
Development mode:
npm run devProduction:
npm run build
npm start🔧 Example MCP Tools
Greeting Tool
Calculator Tool
AI Chat Tool (Gemini)
Custom Resource Provider
These tools can be extended by adding new handlers in the tools directory.
📡 Compatible MCP Clients
This server can be integrated with MCP-compatible clients such as:
Cursor
Claude Desktop
VS Code MCP extensions
Custom MCP clients
📈 Future Enhancements
Authentication support
Streaming responses
Database integration
Logging and monitoring
Additional AI providers
File system tools
Web search tools
🤝 Contributing
Contributions are welcome. Feel free to fork the repository, create a feature branch, and submit a pull request.
📄 License
This project is licensed under the MIT License.
👨💻 Author
Navanetha Krishnan
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated302MIT
- Flicense-qualityDmaintenanceA basic Model Context Protocol server implementation that demonstrates core functionality including tools and resources for AI chat applications.Last updated
- AlicenseCqualityCmaintenanceA minimal Node.js Model Context Protocol server that exposes two simple tools ('add' and 'getTime') that can be called from AI assistants like Claude Desktop or Cursor.Last updated278MIT
- Alicense-qualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.Last updatedMIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NavanethaKrishnan-14/My_MCP_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server