akin-portfolio-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@akin-portfolio-mcpShow me Akın's projects."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
akin-portfolio-mcp
An MCP (Model Context Protocol) server that lets AI assistants — Claude Desktop, Claude Code, Cursor, and others — query information about Akın Coşkun's developer portfolio: projects, skills, and contact details. No API keys, no deployment — just npx and go.
Tools
Tool | Description |
| General info: name, title, location, summary |
| Full tech stack, optionally filtered by category |
| All projects with descriptions and links |
| Deep-dive into a specific project by name |
| Search projects by keyword (tech, feature, etc.) |
| Email, GitHub, LinkedIn, portfolio URL |
| Quick stats: project count, key areas |
Related MCP server: Developer Portfolio MCP Server
Resources
URI | Description |
| About data as JSON |
| Skills data as JSON |
| Projects data as JSON |
Installation
Option 1 — npx (no install needed)
npx akin-portfolio-mcpOption 2 — Global install
npm install -g akin-portfolio-mcp
akin-portfolio-mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"akin-portfolio": {
"command": "npx",
"args": ["-y", "akin-portfolio-mcp"]
}
}
}Config file locations:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Claude Code / Cursor Configuration
Add to your MCP settings (.claude/settings.json or ~/.cursor/mcp.json):
{
"mcpServers": {
"akin-portfolio": {
"command": "npx",
"args": ["-y", "akin-portfolio-mcp"]
}
}
}Example Questions
Once configured, ask your AI assistant:
"What are Akın's projects?"
"Does Akın know N8N?"
"What's Akın's most complex project?"
"Show me Akın's AI-related projects."
"What databases does Akın work with?"
"Give me Akın's contact info."
"How many production apps has Akın built?"
Testing with MCP Inspector
npx @modelcontextprotocol/inspector npx akin-portfolio-mcpThis opens an interactive UI to call each tool and inspect responses.
Tech Stack
Built with:
MCP SDK — official TypeScript SDK
Zod — runtime input validation
TypeScript (strict mode)
Node.js 18+, stdio transport
License
MIT © Akın Coşkun
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides a structured API for AI agents to query a person's resume, including profile, projects, writing, and gated access to experience and skills.
- AlicenseAqualityCmaintenanceAn MCP server that lets recruiters and AI assistants explore your profile, skills, and projects through natural language.6MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that provides Thomas Klaushofer's professional profile including career history, skills, projects, and achievements, allowing AI assistants to answer questions about his background.9MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that exposes an AI project portfolio as queryable tools, allowing users to ask about projects, search by technology, or get details via natural language.1MIT
Related MCP Connectors
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akincskn/akin-portfolio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server