mcp-servers
@HakanUcaar
About mcp-servers
Mcp server örnekleri
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"hangikredi": {
"command": "npx",
"args": [
"-y",
"@hakan.ucar/hangi-kredi-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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?
—
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments