MCP in 10 Minutes
@henkholalh
MCP in 10 Minutes について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP in 10 Minutes?
A tutorial and reference implementation that teaches how to build a Model Context Protocol (MCP) server for Yahoo Finance (or any other data source) in roughly 10 minutes. It targets developers who want to learn MCP by creating a practical server.
How to use MCP in 10 Minutes?
Clone the repository, create and activate a virtual environment with uv venv, install dependencies with uv sync, then run the inspector with uv run mcp dev server.py, run the agent with uv run agent.py, and optionally install and run Langflow with uv pip install langflow and uv run langflow run. Ensure Ollama is running.
Key features of MCP in 10 Minutes
- Builds a complete MCP server for Yahoo Finance quickly.
- Uses
uvfor fast Python package and environment management. - Includes an MCP inspector for testing and debugging.
- Ships a ready-to-run agent script.
- Integrates with the Langflow visual workflow builder.
- Requires only a local Ollama instance to function.
Use cases of MCP in 10 Minutes
- Learn the Model Context Protocol by building a real server.
- Create a personal finance data tool for stock lookups.
- Prototype and test new MCP server ideas rapidly.
- Serve as a starter template for custom MCP integrations.
FAQ from MCP in 10 Minutes
What dependencies are required?
Ollama must be running locally. The project uses uv for package management; install it separately. Python packages are installed via uv sync.
How do I run the server?
Use uv run mcp dev server.py to start the MCP inspector with the server loaded.
Is there a pre-built agent?
Yes, agent.py is provided and can be run with uv run agent.py after starting Ollama.
Can I use this with Langflow?
Yes, Langflow can be installed and launched after setting up the server. See the Langflow documentation for details.
What license is this under?
This project is licensed under the MIT License.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント