FastMCP
A collection of MCP servers providing utilities including user greeting, message decoding, text file reading with PDF summary generation, and NASA-quality code auditing using a trained AI model to predict software defects and measure code complexity.
README
Documentación sobre el uso de FastMCP
Set-up inicial
Para poder iniciar el servidor, necesitamos utilizar la extensión Cline. Una vez en el menú de cline (barra a la izquierda), le damos a MCP servers (icono de una BD), hacemos click en "Remote Servers" -> "Edit Configuration" y copiamos este json.
{
"mcpServers": {
"ChatAOS": {
"command": "C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\fast_mcp_ex_1.py"
]
},
"ChatAOS2": {
"command": "C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\fast_mcp_ex_2.py"
]
},
"TextSintetizer": {
"command": "C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\fast_mcp_ex_3.py"
]
},
"NASA_Analyzer": {
"command": "C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\fast_mcp_ex_4.py"
]
}
}
}
Uso
Para usarlo, simplemente confirma que los servidores MCP tienen el piloto en verde y ya puedes consultar al chatbot de Cursos Auto para que utilice tus servicios MCP.
Tools
Existen varias tools entre todos los servidores.
ChatAOS (fast_mcp_ex_1.py)
Este servidor contiene un único tool que se llama cuando se quiera saludar al usuario llamado greet_user()
ChatAOS2 (fast_mcp_ex_2.py)
Este servidor tiene un tool que actúa de decodificador para un mensaje secreto, que consiste simplemente en invertir el orden de las letras de la frase tal que hola = aloh
TextSintetizer (fast_mcp_ex_3.py)
Este servidor tiene dos tools. Uno permite leer un fichero, mientras que otro permite generar un pdf con el resumen realizado con la IA. De esta forma, ya no te cobrarán cada vez que quieras usarla para resumir los apuntes de AOS ni será limitadas por su incapacidad de generar artefactos de ese estilo.
NASA-Quality-Auditor (fast_mcp_ex_4.py)
Este servidor tiene una sola tool, aunque es una mezcla de FastMCP y una IA de cosecha propia. La IA está entrenada usando este dataset, con el objetivo de discernir cómo de probable es que sucedan bugs en un código dado y medir la complejidad y mantenibilidad de dicho código.
Dicha IA actúa como el "experto", mientras que la otra actúa como intermediario y analista de resultados entre la IA y el usuario, interpretando lo que esta dice y devolviéndole elr esultado al usuario, evitando así que sean los LLMs (IAs no especializadas) los que realicen tareas específicas e impropias, donde pueden suceder fallos.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.