概览
What is mcp-servers?
mcp-servers is a repository providing example MCP servers. It currently includes two MCP servers: HangiKredi (published as @hakan.ucar/hangi-kredi-mcp) and Kandilli (published as @hakan.ucar/kandilli-mcp).
How to use mcp-servers?
Configure each MCP server in the mcpServers section of your MCP client settings using the provided JSON blocks. Run each server via npx with the specified package name and arguments.
Key features of mcp-servers
- Collection of example MCP server implementations.
- Each server is a standalone npm package.
- Ready-to-use configuration snippets for MCP clients.
- Published on npm under the
@hakan.ucarscope.
Use cases of mcp-servers
—
FAQ from mcp-servers
How do I install HangiKredi or Kandilli MCP servers?
Use the provided JSON configuration in your MCP client settings. The servers are run on demand via npx (e.g., npx -y @hakan.ucar/hangi-kredi-mcp).
What dependencies are required to run these servers?
You need Node.js and npm installed, as the servers are invoked through npx.
Where can I find more information about each server?
Each server has its own npm package page linked in the repository: HangiKredi and Kandilli.
What transport or authentication do these servers use?
—
Are there any known limitations?
—