J

community-servers

...
Created 12/4/2024bymcp-get

Language:

JavaScript

Stars:

37

Forks:

13

MCP Get Community Servers

This repository contains a collection of community-maintained Model Context Protocol (MCP) servers. All servers are automatically listed on the MCP Get registry and can be viewed and installed via CLI:

npx @michaellatman/mcp-get@latest list

Note: While we review all servers in this repository, they are maintained by their respective creators who are responsible for their functionality and maintenance.

Available Servers

  • LLM.txt Server - A server for searching and retrieving content from LLM.txt files. Provides tools for listing available files, fetching content, and performing contextual searches.
  • Curl Server - A server that allows LLMs to make HTTP requests to any URL using a curl-like interface. Supports all common HTTP methods, custom headers, request body, and configurable timeouts.
  • macOS Server - A server that provides macOS-specific system information and operations.

Installation

You can install any server using the MCP Get CLI:

npx @michaellatman/mcp-get@latest install 

For example:

npx @michaellatman/mcp-get@latest install @mcp-get-community/server-curl

Development

To run in development mode with automatic recompilation:

npm install
npm run watch

Contributing

We welcome contributions! Please feel free to submit a Pull Request.

License

While this repository's structure and documentation are licensed under the MIT License, individual servers may have their own licenses. Please check each server's documentation in the src directory for its specific license terms.

Support

If you find these servers useful, please consider starring the repository!

Last updated: 2/26/2025

Publisher info

mcp-get's avatar

mcp-get

2
followers
0
following
1
repos

More MCP servers built with JavaScript

mcp-server-semgrep

MCP Server Semgrep is a [Model Context Protocol](https://modelcontextprotocol.io) compliant server that integrates the powerful Semgrep static analysis tool with AI assistants like Anthropic Claude. It enables advanced code analysis, security vulnerability detection, and code quality improvements directly through a conversational interface.

By Szowesgad9
protonmail-mcp

This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.

By amotivv6
agentql-mcp

Model Context Protocol server that integrates AgentQL's data extraction capabilities.

By tinyfish-io45